Html Css Color HEX #BAEAE3 Water Leaf

📋 copy color: '#BAEAE3'

red 186 ◦ green 234 ◦ blue 227

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

Shades of Water Leaf #BAEAE3

Tints of Water Leaf #BAEAE3

RGB

 RED value IS 186 (73.05% from 255) = 28.75%

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

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

R = 28.75%
G = 36.17%
B = 35.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BAEAE3 (or 0xBAEAE3) is known color: Water Leaf. HEX triplet: BA, EA and E3. RGB value is (186,234,227). Sum of RGB (Red+Green+Blue) = 186+234+227=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAE3 is #45151C. Grayscale: #DADADA. Windows color (decimal): -4527389 or 14936762. OLE color: 14936762.

HSL color Cylindrical-coordinate representation of color #BAEAE3: hue angle of 171.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAE3 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 227 -
CMYK 0.21 0 0.03 0.08
HSL 171.25º 0.53% 0.82% -
HSV(B) 171.25º 0.21% 0.92% -
XYZ 63.54 74.83 83.77 -
YUV 218.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 186 234 227 0.21 0 0.03 0.08 171.25 0.53 0.82
Hex BA EA E3 15 0 3 8 AB 35 52
Octal 272 352 343 25 0 3 10 253 65 122
Binary 10111010 11101010 11100011 10101 0 11 1000 10101011 110101 1010010

Color Harmonies of #BAEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAE3

Black with #BAEAE3

Text Example


Text Example

White with #BAEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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