Html Css Color HEX #BAECD7 Aero Blue

📋 copy color: '#BAECD7'

red 186 ◦ green 236 ◦ blue 215

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

Shades of Aero Blue #BAECD7

Tints of Aero Blue #BAECD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.75%

R = 29.2%
G = 37.05%
B = 33.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#BAECD7 (or 0xBAECD7) is known color: Aero Blue. HEX triplet: BA, EC and D7. RGB value is (186,236,215). Sum of RGB (Red+Green+Blue) = 186+236+215=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECD7 is #451328. Grayscale: #DADADA. Windows color (decimal): -4526889 or 14150842. OLE color: 14150842.

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

Color convert

RGB 186 236 215 -
CMYK 0.21 0 0.09 0.07
HSL 154.8º 0.57% 0.83% -
HSV(B) 154.8º 0.21% 0.93% -
XYZ 62.51 75.34 75.54 -
YUV 218.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 186 236 215 0.21 0 0.09 0.07 154.8 0.57 0.83
Hex BA EC D7 15 0 9 7 9B 39 53
Octal 272 354 327 25 0 11 7 233 71 123
Binary 10111010 11101100 11010111 10101 0 1001 111 10011011 111001 1010011

Color Harmonies of #BAECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECD7

Black with #BAECD7

Text Example


Text Example

White with #BAECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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