#BBEAE1

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

Shades of Water Leaf #BBEAE1

Tints of Water Leaf #BBEAE1

Color information

#BBEAE1 (or 0xBBEAE1) is unknown color: approx Water Leaf. HEX triplet: BB, EA and E1. RGB value is (187,234,225). Sum of RGB (Red+Green+Blue) = 187+234+225=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAE1 is #44151E. Grayscale: #DADADA. Windows color (decimal): -4461855 or 14805691. OLE color: 14805691.

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

Color convert

RGB187234225-
CMYK0.2000.040.08
HSL168.51º52.81%82.55%-
HSV(B)168.51º20.09%91.76%-
XYZ63.5174.8582.33-
YUV218.92131.43105.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=28.95%
G=36.22%
B=34.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342250.2000.040.08168.5152.8182.55
HexBBEAE114048a93553
Octal27335234124041025165123
Binary1011101111101010111000011010001001000101010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAE1; }

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

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

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

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

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

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

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

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