Html Css Color HEX #BAE8D7 Aero Blue

📋 copy color: '#BAE8D7'

red 186 ◦ green 232 ◦ blue 215

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

Shades of Aero Blue #BAE8D7

Tints of Aero Blue #BAE8D7

RGB

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

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

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

R = 29.38%
G = 36.65%
B = 33.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#BAE8D7 (or 0xBAE8D7) is known color: Aero Blue. HEX triplet: BA, E8 and D7. RGB value is (186,232,215). Sum of RGB (Red+Green+Blue) = 186+232+215=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8D7 is #451728. Grayscale: #D8D8D8. Windows color (decimal): -4527913 or 14149818. OLE color: 14149818.

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

Color convert

RGB 186 232 215 -
CMYK 0.20 0 0.07 0.09
HSL 157.83º 0.5% 0.82% -
HSV(B) 157.83º 0.2% 0.91% -
XYZ 61.37 73.06 75.16 -
YUV 216.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 186 232 215 0.20 0 0.07 0.09 157.83 0.5 0.82
Hex BA E8 D7 14 0 7 9 9E 32 52
Octal 272 350 327 24 0 7 11 236 62 122
Binary 10111010 11101000 11010111 10100 0 111 1001 10011110 110010 1010010

Color Harmonies of #BAE8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8D7

Black with #BAE8D7

Text Example


Text Example

White with #BAE8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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