#BBE6DA

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

Shades of Water Leaf #BBE6DA

Tints of Water Leaf #BBE6DA

Color information

#BBE6DA (or 0xBBE6DA) is unknown color: approx Water Leaf. HEX triplet: BB, E6 and DA. RGB value is (187,230,218). Sum of RGB (Red+Green+Blue) = 187+230+218=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6DA is #441925. Grayscale: #D7D7D7. Windows color (decimal): -4462886 or 14345915. OLE color: 14345915.

HSL color Cylindrical-coordinate representation of color #BBE6DA: hue angle of 163.26º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE6DA is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB187230218-
CMYK0.1900.050.10
HSL163.26º46.24%81.76%-
HSV(B)163.26º18.7%90.2%-
XYZ61.4572.2277.03-
YUV215.78129.25107.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 230 (90.23% from 255) = 36.22%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=29.45%
G=36.22%
B=34.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872302180.1900.050.10163.2646.2481.76
HexBBE6DA1305Aa32e52
Octal27334633223051224356122
Binary1011101111100110110110101001101011010101000111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6DA; }

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

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

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

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

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

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

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

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