#B0F2BD

Color #B0F2BD Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B0F2BD

Tints of Fringy Flower #B0F2BD

Color information

#B0F2BD (or 0xB0F2BD) is unknown color: approx Fringy Flower. HEX triplet: B0, F2 and BD. RGB value is (176,242,189). Sum of RGB (Red+Green+Blue) = 176+242+189=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2BD is #4F0D42. Grayscale: #D8D8D8. Windows color (decimal): -5180739 or 12448432. OLE color: 12448432.

HSL color Cylindrical-coordinate representation of color #B0F2BD: hue angle of 131.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F2BD is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB176242189-
CMYK0.2700.220.05
HSL131.82º71.74%81.96%-
HSV(B)131.82º27.27%94.9%-
XYZ58.8476.4159.79-
YUV216.22112.6399.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=29.00%
G=39.87%
B=31.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421890.2700.220.05131.8271.7481.96
HexB0F2BD1B0165844852
Octal260362275330265204110122
Binary101100001111001010111101110110101101011000010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2BD; }

 p { color: rgb(176,242,189); }

 H1.HeaderClassName
 {
   color: #B0F2BD;
 }
 .AnyTagClassName
 {
   color: #B0F2BD;
 }
</style>
background-color css

<style>
 a { background-color: #B0F2BD; }

 a { background-color: rgb(176,242,189); }

 div.DivClassName
 {
   background-color: #B0F2BD;
 }
 .BgClassName
 {
   background-color: #B0F2BD;
 }
</style>
border-color css

<style>
 span { border-color: #B0F2BD; }

 span { border-color: rgb(176,242,189); }

 td.TdClassName
 {
   border-color: #B0F2BD;
 }
 .TagClassName
 {
   border-color: #B0F2BD;
 }
</style>