Html Css Color HEX #BAECD5 Aero Blue

📋 copy color: '#BAECD5'

red 186 ◦ green 236 ◦ blue 213

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

Shades of Aero Blue #BAECD5

Tints of Aero Blue #BAECD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.54%

R = 29.29%
G = 37.17%
B = 33.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#BAECD5 (or 0xBAECD5) is known color: Aero Blue. HEX triplet: BA, EC and D5. RGB value is (186,236,213). Sum of RGB (Red+Green+Blue) = 186+236+213=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECD5 is #45132A. Grayscale: #DADADA. Windows color (decimal): -4526891 or 14019770. OLE color: 14019770.

HSL color Cylindrical-coordinate representation of color #BAECD5: hue angle of 152.4º 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 #BAECD5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 213 -
CMYK 0.21 0 0.10 0.07
HSL 152.4º 0.57% 0.83% -
HSV(B) 152.4º 0.21% 0.93% -
XYZ 62.26 75.23 74.19 -
YUV 218.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 186 236 213 0.21 0 0.10 0.07 152.4 0.57 0.83
Hex BA EC D5 15 0 A 7 98 39 53
Octal 272 354 325 25 0 12 7 230 71 123
Binary 10111010 11101100 11010101 10101 0 1010 111 10011000 111001 1010011

Color Harmonies of #BAECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECD5

Black with #BAECD5

Text Example


Text Example

White with #BAECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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