#BBEAE5

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

Shades of Water Leaf #BBEAE5

Tints of Water Leaf #BBEAE5

Color information

#BBEAE5 (or 0xBBEAE5) is unknown color: approx Water Leaf. HEX triplet: BB, EA and E5. RGB value is (187,234,229). Sum of RGB (Red+Green+Blue) = 187+234+229=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAE5 is #44151A. Grayscale: #DBDBDB. Windows color (decimal): -4461851 or 15067835. OLE color: 15067835.

HSL color Cylindrical-coordinate representation of color #BBEAE5: hue angle of 173.62º 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 #BBEAE5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB187234229-
CMYK0.2000.020.08
HSL173.62º52.81%82.55%-
HSV(B)173.62º20.09%91.76%-
XYZ64.0675.0785.24-
YUV219.38133.43104.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 229 (89.84% from 255) = 35.23%
R=28.77%
G=36%
B=35.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342290.2000.020.08173.6252.8182.55
HexBBEAE514028ae3553
Octal27335234524021025665123
Binary101110111110101011100101101000101000101011101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAE5; }

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

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

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

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

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

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

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

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