#BBE7DC

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

Shades of Water Leaf #BBE7DC

Tints of Water Leaf #BBE7DC

Color information

#BBE7DC (or 0xBBE7DC) is unknown color: approx Water Leaf. HEX triplet: BB, E7 and DC. RGB value is (187,231,220). Sum of RGB (Red+Green+Blue) = 187+231+220=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7DC is #441823. Grayscale: #D8D8D8. Windows color (decimal): -4462628 or 14477243. OLE color: 14477243.

HSL color Cylindrical-coordinate representation of color #BBE7DC: hue angle of 165º degrees, saturation: 0.48, 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 #BBE7DC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB187231220-
CMYK0.1900.050.09
HSL165º47.83%81.96%-
HSV(B)165º19.05%90.59%-
XYZ61.9972.8878.51-
YUV216.59129.92106.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=29.31%
G=36.21%
B=34.48%

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
Decimal1872312200.1900.050.0916547.8381.96
HexBBE7DC13059a53052
Octal27334733423051124560122
Binary1011101111100111110111001001101011001101001011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7DC; }

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

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

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

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

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

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

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

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