#BBE7DE

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

Shades of Water Leaf #BBE7DE

Tints of Water Leaf #BBE7DE

Color information

#BBE7DE (or 0xBBE7DE) is unknown color: approx Water Leaf. HEX triplet: BB, E7 and DE. RGB value is (187,231,222). Sum of RGB (Red+Green+Blue) = 187+231+222=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7DE is #441821. Grayscale: #D8D8D8. Windows color (decimal): -4462626 or 14608315. OLE color: 14608315.

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

Color convert

RGB187231222-
CMYK0.1900.040.09
HSL167.73º47.83%81.96%-
HSV(B)167.73º19.05%90.59%-
XYZ62.2572.9979.91-
YUV216.82130.92106.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=29.22%
G=36.09%
B=34.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312220.1900.040.09167.7347.8381.96
HexBBE7DE13049a83052
Octal27334733623041125060122
Binary1011101111100111110111101001101001001101010001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7DE; }

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

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

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

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

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

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

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

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