#BBFBE9

Color #BBFBE9 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BBFBE9

Tints of Water Leaf #BBFBE9

Color information

#BBFBE9 (or 0xBBFBE9) is unknown color: approx Water Leaf. HEX triplet: BB, FB and E9. RGB value is (187,251,233). Sum of RGB (Red+Green+Blue) = 187+251+233=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBE9 is #440416. Grayscale: #E5E5E5. Windows color (decimal): -4457495 or 15334331. OLE color: 15334331.

HSL color Cylindrical-coordinate representation of color #BBFBE9: hue angle of 163.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBE9 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB187251233-
CMYK0.2500.070.02
HSL163.12º88.89%85.88%-
HSV(B)163.12º25.5%98.43%-
XYZ69.785.4489.91-
YUV229.81129.897.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 233 (91.41% from 255) = 34.72%
R=27.87%
G=37.41%
B=34.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512330.2500.070.02163.1288.8985.88
HexBBFBE919072a35956
Octal27337335131072243131126
Binary101110111111101111101001110010111101010001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBE9; }

 p { color: rgb(187,251,233); }

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

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

 a { background-color: rgb(187,251,233); }

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

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

 span { border-color: rgb(187,251,233); }

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