Html Css Color HEX #BAE8CE Aero Blue

📋 copy color: '#BAE8CE'

red 186 ◦ green 232 ◦ blue 206

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

Shades of Aero Blue #BAE8CE

Tints of Aero Blue #BAE8CE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.18%

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

R = 29.81%
G = 37.18%
B = 33.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#BAE8CE (or 0xBAE8CE) is known color: Aero Blue. HEX triplet: BA, E8 and CE. RGB value is (186,232,206). Sum of RGB (Red+Green+Blue) = 186+232+206=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8CE is #451731. Grayscale: #D7D7D7. Windows color (decimal): -4527922 or 13559994. OLE color: 13559994.

HSL color Cylindrical-coordinate representation of color #BAE8CE: hue angle of 146.09º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8CE is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 206 -
CMYK 0.20 0 0.11 0.09
HSL 146.09º 0.5% 0.82% -
HSV(B) 146.09º 0.2% 0.91% -
XYZ 60.25 72.61 69.23 -
YUV 215.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 186 232 206 0.20 0 0.11 0.09 146.09 0.5 0.82
Hex BA E8 CE 14 0 B 9 92 32 52
Octal 272 350 316 24 0 13 11 222 62 122
Binary 10111010 11101000 11001110 10100 0 1011 1001 10010010 110010 1010010

Color Harmonies of #BAE8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8CE

Black with #BAE8CE

Text Example


Text Example

White with #BAE8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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