#BBE7E0

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

Shades of Water Leaf #BBE7E0

Tints of Water Leaf #BBE7E0

Color information

#BBE7E0 (or 0xBBE7E0) is unknown color: approx Water Leaf. HEX triplet: BB, E7 and E0. RGB value is (187,231,224). Sum of RGB (Red+Green+Blue) = 187+231+224=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7E0 is #44181F. Grayscale: #D9D9D9. Windows color (decimal): -4462624 or 14739387. OLE color: 14739387.

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

Color convert

RGB187231224-
CMYK0.1900.030.09
HSL170.45º47.83%81.96%-
HSV(B)170.45º19.05%90.59%-
XYZ62.5273.181.34-
YUV217.05131.92106.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=29.13%
G=35.98%
B=34.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312240.1900.030.09170.4547.8381.96
HexBBE7E013039aa3052
Octal27334734023031125260122
Binary101110111110011111100000100110111001101010101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7E0; }

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

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

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

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

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

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

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

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