#B0F2BB

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

Shades of Fringy Flower #B0F2BB

Tints of Fringy Flower #B0F2BB

Color information

#B0F2BB (or 0xB0F2BB) is unknown color: approx Fringy Flower. HEX triplet: B0, F2 and BB. RGB value is (176,242,187). Sum of RGB (Red+Green+Blue) = 176+242+187=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2BB is #4F0D44. Grayscale: #D8D8D8. Windows color (decimal): -5180741 or 12317360. OLE color: 12317360.

HSL color Cylindrical-coordinate representation of color #B0F2BB: hue angle of 130º 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 #B0F2BB is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB176242187-
CMYK0.2700.230.05
HSL130º71.74%81.96%-
HSV(B)130º27.27%94.9%-
XYZ58.6376.3258.66-
YUV216111.6399.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=29.09%
G=40%
B=30.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421870.2700.230.0513071.7481.96
HexB0F2BB1B0175824852
Octal260362273330275202110122
Binary101100001111001010111011110110101111011000001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2BB; }

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

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

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

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

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

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

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

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