Html Css Color HEX #BAE5CE Aero Blue

📋 copy color: '#BAE5CE'

red 186 ◦ green 229 ◦ blue 206

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

Shades of Aero Blue #BAE5CE

Tints of Aero Blue #BAE5CE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.88%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 29.95%
G = 36.88%
B = 33.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#BAE5CE (or 0xBAE5CE) is known color: Aero Blue. HEX triplet: BA, E5 and CE. RGB value is (186,229,206). Sum of RGB (Red+Green+Blue) = 186+229+206=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5CE is #451A31. Grayscale: #D5D5D5. Windows color (decimal): -4528690 or 13559226. OLE color: 13559226.

HSL color Cylindrical-coordinate representation of color #BAE5CE: hue angle of 147.91º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5CE is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 206 -
CMYK 0.19 0 0.10 0.10
HSL 147.91º 0.45% 0.81% -
HSV(B) 147.91º 0.19% 0.9% -
XYZ 59.41 70.93 68.95 -
YUV 213.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 186 229 206 0.19 0 0.10 0.10 147.91 0.45 0.81
Hex BA E5 CE 13 0 A A 94 2D 51
Octal 272 345 316 23 0 12 12 224 55 121
Binary 10111010 11100101 11001110 10011 0 1010 1010 10010100 101101 1010001

Color Harmonies of #BAE5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5CE

Black with #BAE5CE

Text Example


Text Example

White with #BAE5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5CE; }

 p { color: rgb(186,229,206); }

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

background-color css

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

 a { background-color: rgb(186,229,206); }

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

border-color css

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

 span { border-color: rgb(186,229,206); }

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