#BBE8DC

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

Shades of Water Leaf #BBE8DC

Tints of Water Leaf #BBE8DC

Color information

#BBE8DC (or 0xBBE8DC) is unknown color: approx Water Leaf. HEX triplet: BB, E8 and DC. RGB value is (187,232,220). Sum of RGB (Red+Green+Blue) = 187+232+220=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8DC is #441723. Grayscale: #D9D9D9. Windows color (decimal): -4462372 or 14477499. OLE color: 14477499.

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

Color convert

RGB187232220-
CMYK0.1900.050.09
HSL164º49.45%82.16%-
HSV(B)164º19.4%90.98%-
XYZ62.2773.4578.6-
YUV217.18129.59106.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 232 (91.02% from 255) = 36.31%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=29.26%
G=36.31%
B=34.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872322200.1900.050.0916449.4582.16
HexBBE8DC13059a43152
Octal27335033423051124461122
Binary1011101111101000110111001001101011001101001001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8DC; }

 p { color: rgb(187,232,220); }

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

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

 a { background-color: rgb(187,232,220); }

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

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

 span { border-color: rgb(187,232,220); }

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