#BBF8E2

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

Shades of Water Leaf #BBF8E2

Tints of Water Leaf #BBF8E2

Color information

#BBF8E2 (or 0xBBF8E2) is unknown color: approx Water Leaf. HEX triplet: BB, F8 and E2. RGB value is (187,248,226). Sum of RGB (Red+Green+Blue) = 187+248+226=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8E2 is #44071D. Grayscale: #E3E3E3. Windows color (decimal): -4458270 or 14874811. OLE color: 14874811.

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

Color convert

RGB187248226-
CMYK0.2500.090.03
HSL158.36º81.33%85.29%-
HSV(B)158.36º24.6%97.25%-
XYZ67.7983.1984.44-
YUV227.25127.2999.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 226 (88.67% from 255) = 34.19%
R=28.29%
G=37.52%
B=34.19%

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
Decimal1872482260.2500.090.03158.3681.3385.29
HexBBF8E2190939e5155
Octal273370342310113236121125
Binary1011101111111000111000101100101001111001111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8E2; }

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

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

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

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

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

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

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

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