Html Css Color HEX #BBEAE4 Water Leaf

📋 copy color: '#BBEAE4'

red 187 ◦ green 234 ◦ blue 228

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

Shades of Water Leaf #BBEAE4

Tints of Water Leaf #BBEAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.13%

R = 28.81%
G = 36.06%
B = 35.13%

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

#BBEAE4 (or 0xBBEAE4) is known color: Water Leaf. HEX triplet: BB, EA and E4. RGB value is (187,234,228). Sum of RGB (Red+Green+Blue) = 187+234+228=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAE4 is #44151B. Grayscale: #DBDBDB. Windows color (decimal): -4461852 or 15002299. OLE color: 15002299.

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

Color convert

RGB 187 234 228 -
CMYK 0.20 0 0.03 0.08
HSL 172.34º 0.53% 0.83% -
HSV(B) 172.34º 0.2% 0.92% -
XYZ 63.92 75.01 84.51 -
YUV 219.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 187 234 228 0.20 0 0.03 0.08 172.34 0.53 0.83
Hex BB EA E4 14 0 3 8 AC 35 53
Octal 273 352 344 24 0 3 10 254 65 123
Binary 10111011 11101010 11100100 10100 0 11 1000 10101100 110101 1010011

Color Harmonies of #BBEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAE4

Black with #BBEAE4

Text Example


Text Example

White with #BBEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAE4; }

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

 H1.HeaderClassName
 {
   color: #BBEAE4;
 }
 .AnyTagClassName
 {
   color: #BBEAE4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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