#BBEAE2

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

Shades of Water Leaf #BBEAE2

Tints of Water Leaf #BBEAE2

Color information

#BBEAE2 (or 0xBBEAE2) is unknown color: approx Water Leaf. HEX triplet: BB, EA and E2. RGB value is (187,234,226). Sum of RGB (Red+Green+Blue) = 187+234+226=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAE2 is #44151D. Grayscale: #DBDBDB. Windows color (decimal): -4461854 or 14871227. OLE color: 14871227.

HSL color Cylindrical-coordinate representation of color #BBEAE2: hue angle of 169.79º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAE2 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB187234226-
CMYK0.2000.030.08
HSL169.79º52.81%82.55%-
HSV(B)169.79º20.09%91.76%-
XYZ63.6474.983.05-
YUV219.04131.93105.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 226 (88.67% from 255) = 34.93%
R=28.90%
G=36.17%
B=34.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342260.2000.030.08169.7952.8182.55
HexBBEAE214038aa3553
Octal27335234224031025265123
Binary101110111110101011100010101000111000101010101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAE2; }

 p { color: rgb(187,234,226); }

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

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

 a { background-color: rgb(187,234,226); }

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

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

 span { border-color: rgb(187,234,226); }

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