#BBF2E1

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

Shades of Water Leaf #BBF2E1

Tints of Water Leaf #BBF2E1

Color information

#BBF2E1 (or 0xBBF2E1) is unknown color: approx Water Leaf. HEX triplet: BB, F2 and E1. RGB value is (187,242,225). Sum of RGB (Red+Green+Blue) = 187+242+225=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2E1 is #440D1E. Grayscale: #DFDFDF. Windows color (decimal): -4459807 or 14807739. OLE color: 14807739.

HSL color Cylindrical-coordinate representation of color #BBF2E1: hue angle of 161.45º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2E1 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB187242225-
CMYK0.2300.070.05
HSL161.45º67.9%84.12%-
HSV(B)161.45º22.73%94.9%-
XYZ65.8479.5183.11-
YUV223.62128.78101.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=28.59%
G=37.00%
B=34.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872422250.2300.070.05161.4567.984.12
HexBBF2E117075a14454
Octal27336234127075241104124
Binary1011101111110010111000011011101111011010000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2E1; }

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

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

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

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

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

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

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

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