#BBFBE8

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

Shades of Water Leaf #BBFBE8

Tints of Water Leaf #BBFBE8

Color information

#BBFBE8 (or 0xBBFBE8) is unknown color: approx Water Leaf. HEX triplet: BB, FB and E8. RGB value is (187,251,232). Sum of RGB (Red+Green+Blue) = 187+251+232=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBE8 is #440417. Grayscale: #E5E5E5. Windows color (decimal): -4457496 or 15268795. OLE color: 15268795.

HSL color Cylindrical-coordinate representation of color #BBFBE8: hue angle of 162.19º 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 #BBFBE8 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB187251232-
CMYK0.2500.080.02
HSL162.19º88.89%85.88%-
HSV(B)162.19º25.5%98.43%-
XYZ69.5685.3989.16-
YUV229.7129.397.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 232 (91.02% from 255) = 34.63%
R=27.91%
G=37.46%
B=34.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512320.2500.080.02162.1988.8985.88
HexBBFBE819082a25956
Octal273373350310102242131126
Binary1011101111111011111010001100101000101010001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBE8; }

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

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

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

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

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

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

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

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