Html Css Color HEX #BBEAE2 Water Leaf

📋 copy color: '#BBEAE2'

red 187 ◦ green 234 ◦ blue 226

#BBEAE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BBEAE2

Tints of Water Leaf #BBEAE2

RGB

 RED value IS 187 (73.44% from 255) = 28.9%

 GREEN value IS 234 (91.8% from 255) = 36.17%

 BLUE value IS 226 (88.67% from 255) = 34.93%

R = 28.9%
G = 36.17%
B = 34.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BBEAE2 (or 0xBBEAE2) is known color: 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

RGB 187 234 226 -
CMYK 0.20 0 0.03 0.08
HSL 169.79º 0.53% 0.83% -
HSV(B) 169.79º 0.2% 0.92% -
XYZ 63.64 74.9 83.05 -
YUV 219.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 187 234 226 0.20 0 0.03 0.08 169.79 0.53 0.83
Hex BB EA E2 14 0 3 8 AA 35 53
Octal 273 352 342 24 0 3 10 252 65 123
Binary 10111011 11101010 11100010 10100 0 11 1000 10101010 110101 1010011

Color Harmonies of #BBEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAE2

Black with #BBEAE2

Text Example


Text Example

White with #BBEAE2

Text Example


Text Example

HTML Codes & Css Web 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>