#BBE9DA

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

Shades of Water Leaf #BBE9DA

Tints of Water Leaf #BBE9DA

Color information

#BBE9DA (or 0xBBE9DA) is unknown color: approx Water Leaf. HEX triplet: BB, E9 and DA. RGB value is (187,233,218). Sum of RGB (Red+Green+Blue) = 187+233+218=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9DA is #441625. Grayscale: #D9D9D9. Windows color (decimal): -4462118 or 14346683. OLE color: 14346683.

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

Color convert

RGB187233218-
CMYK0.2000.060.09
HSL160.43º51.11%82.35%-
HSV(B)160.43º19.74%91.37%-
XYZ62.2973.977.31-
YUV217.54128.26106.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=29.31%
G=36.52%
B=34.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872332180.2000.060.09160.4351.1182.35
HexBBE9DA14069a03352
Octal27335133224061124063122
Binary1011101111101001110110101010001101001101000001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9DA; }

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

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

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

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

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

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

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

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