Html Css Color HEX #BAECD0 Aero Blue

📋 copy color: '#BAECD0'

red 186 ◦ green 236 ◦ blue 208

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

Shades of Aero Blue #BAECD0

Tints of Aero Blue #BAECD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 29.52%
G = 37.46%
B = 33.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BAECD0 (or 0xBAECD0) is known color: Aero Blue. HEX triplet: BA, EC and D0. RGB value is (186,236,208). Sum of RGB (Red+Green+Blue) = 186+236+208=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECD0 is #45132F. Grayscale: #D9D9D9. Windows color (decimal): -4526896 or 13692090. OLE color: 13692090.

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

Color convert

RGB 186 236 208 -
CMYK 0.21 0 0.12 0.07
HSL 146.4º 0.57% 0.83% -
HSV(B) 146.4º 0.21% 0.93% -
XYZ 61.63 74.98 70.9 -
YUV 217.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 186 236 208 0.21 0 0.12 0.07 146.4 0.57 0.83
Hex BA EC D0 15 0 C 7 92 39 53
Octal 272 354 320 25 0 14 7 222 71 123
Binary 10111010 11101100 11010000 10101 0 1100 111 10010010 111001 1010011

Color Harmonies of #BAECD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECD0

Black with #BAECD0

Text Example


Text Example

White with #BAECD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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