#BBE9E3

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

Shades of Water Leaf #BBE9E3

Tints of Water Leaf #BBE9E3

Color information

#BBE9E3 (or 0xBBE9E3) is unknown color: approx Water Leaf. HEX triplet: BB, E9 and E3. RGB value is (187,233,227). Sum of RGB (Red+Green+Blue) = 187+233+227=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9E3 is #44161C. Grayscale: #DADADA. Windows color (decimal): -4462109 or 14936507. OLE color: 14936507.

HSL color Cylindrical-coordinate representation of color #BBE9E3: hue angle of 172.17º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9E3 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB187233227-
CMYK0.2000.030.09
HSL172.17º51.11%82.35%-
HSV(B)172.17º19.74%91.37%-
XYZ63.574.3983.68-
YUV218.56132.76105.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 233 (91.41% from 255) = 36.01%
BLUE value IS 227 (89.06% from 255) = 35.09%
R=28.90%
G=36.01%
B=35.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872332270.2000.030.09172.1751.1182.35
HexBBE9E314039ac3352
Octal27335134324031125463122
Binary101110111110100111100011101000111001101011001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9E3; }

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

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

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

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

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

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

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

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