Html Css Color HEX #BBEAE3 Water Leaf

📋 copy color: '#BBEAE3'

red 187 ◦ green 234 ◦ blue 227

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

Shades of Water Leaf #BBEAE3

Tints of Water Leaf #BBEAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.03%

R = 28.86%
G = 36.11%
B = 35.03%

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

#BBEAE3 (or 0xBBEAE3) is known color: Water Leaf. HEX triplet: BB, EA and E3. RGB value is (187,234,227). Sum of RGB (Red+Green+Blue) = 187+234+227=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAE3 is #44151C. Grayscale: #DBDBDB. Windows color (decimal): -4461853 or 14936763. OLE color: 14936763.

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

Color convert

RGB 187 234 227 -
CMYK 0.20 0 0.03 0.08
HSL 171.06º 0.53% 0.83% -
HSV(B) 171.06º 0.2% 0.92% -
XYZ 63.78 74.96 83.78 -
YUV 219.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 187 234 227 0.20 0 0.03 0.08 171.06 0.53 0.83
Hex BB EA E3 14 0 3 8 AB 35 53
Octal 273 352 343 24 0 3 10 253 65 123
Binary 10111011 11101010 11100011 10100 0 11 1000 10101011 110101 1010011

Color Harmonies of #BBEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAE3

Black with #BBEAE3

Text Example


Text Example

White with #BBEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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