Html Css Color HEX #BAECD9 Aero Blue

📋 copy color: '#BAECD9'

red 186 ◦ green 236 ◦ blue 217

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

Shades of Aero Blue #BAECD9

Tints of Aero Blue #BAECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.93%

 BLUE value IS 217 (85.16% from 255) = 33.96%

R = 29.11%
G = 36.93%
B = 33.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BAECD9 (or 0xBAECD9) is known color: Aero Blue. HEX triplet: BA, EC and D9. RGB value is (186,236,217). Sum of RGB (Red+Green+Blue) = 186+236+217=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECD9 is #451326. Grayscale: #DADADA. Windows color (decimal): -4526887 or 14281914. OLE color: 14281914.

HSL color Cylindrical-coordinate representation of color #BAECD9: hue angle of 157.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECD9 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 217 -
CMYK 0.21 0 0.08 0.07
HSL 157.2º 0.57% 0.83% -
HSV(B) 157.2º 0.21% 0.93% -
XYZ 62.77 75.44 76.9 -
YUV 218.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 186 236 217 0.21 0 0.08 0.07 157.2 0.57 0.83
Hex BA EC D9 15 0 8 7 9D 39 53
Octal 272 354 331 25 0 10 7 235 71 123
Binary 10111010 11101100 11011001 10101 0 1000 111 10011101 111001 1010011

Color Harmonies of #BAECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECD9

Black with #BAECD9

Text Example


Text Example

White with #BAECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECD9; }

 p { color: rgb(186,236,217); }

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

background-color css

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

 a { background-color: rgb(186,236,217); }

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

border-color css

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

 span { border-color: rgb(186,236,217); }

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