#BBE7E1

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

Shades of Water Leaf #BBE7E1

Tints of Water Leaf #BBE7E1

Color information

#BBE7E1 (or 0xBBE7E1) is unknown color: approx Water Leaf. HEX triplet: BB, E7 and E1. RGB value is (187,231,225). Sum of RGB (Red+Green+Blue) = 187+231+225=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7E1 is #44181E. Grayscale: #D9D9D9. Windows color (decimal): -4462623 or 14804923. OLE color: 14804923.

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

Color convert

RGB187231225-
CMYK0.1900.030.09
HSL171.82º47.83%81.96%-
HSV(B)171.82º19.05%90.59%-
XYZ62.6673.1582.05-
YUV217.16132.42106.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 225 (88.28% from 255) = 34.99%
R=29.08%
G=35.93%
B=34.99%

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
Decimal1872312250.1900.030.09171.8247.8381.96
HexBBE7E113039ac3052
Octal27334734123031125460122
Binary101110111110011111100001100110111001101011001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7E1; }

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

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

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

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

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

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

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

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