#BBF8E1

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

Shades of Water Leaf #BBF8E1

Tints of Water Leaf #BBF8E1

Color information

#BBF8E1 (or 0xBBF8E1) is unknown color: approx Water Leaf. HEX triplet: BB, F8 and E1. RGB value is (187,248,225). Sum of RGB (Red+Green+Blue) = 187+248+225=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8E1 is #44071E. Grayscale: #E3E3E3. Windows color (decimal): -4458271 or 14809275. OLE color: 14809275.

HSL color Cylindrical-coordinate representation of color #BBF8E1: hue angle of 157.38º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8E1 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB187248225-
CMYK0.2500.090.03
HSL157.38º81.33%85.29%-
HSV(B)157.38º24.6%97.25%-
XYZ67.6583.1483.72-
YUV227.14126.7999.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 248 (97.27% from 255) = 37.58%
BLUE value IS 225 (88.28% from 255) = 34.09%
R=28.33%
G=37.58%
B=34.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482250.2500.090.03157.3881.3385.29
HexBBF8E1190939d5155
Octal273370341310113235121125
Binary1011101111111000111000011100101001111001110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8E1; }

 p { color: rgb(187,248,225); }

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

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

 a { background-color: rgb(187,248,225); }

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

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

 span { border-color: rgb(187,248,225); }

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