Html Css Color HEX #BAE9D5 Aero Blue

📋 copy color: '#BAE9D5'

red 186 ◦ green 233 ◦ blue 213

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

Shades of Aero Blue #BAE9D5

Tints of Aero Blue #BAE9D5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.87%

 BLUE value IS 213 (83.59% from 255) = 33.7%

R = 29.43%
G = 36.87%
B = 33.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#BAE9D5 (or 0xBAE9D5) is known color: Aero Blue. HEX triplet: BA, E9 and D5. RGB value is (186,233,213). Sum of RGB (Red+Green+Blue) = 186+233+213=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9D5 is #45162A. Grayscale: #D8D8D8. Windows color (decimal): -4527659 or 14019002. OLE color: 14019002.

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

Color convert

RGB 186 233 213 -
CMYK 0.20 0 0.09 0.09
HSL 154.47º 0.52% 0.82% -
HSV(B) 154.47º 0.2% 0.91% -
XYZ 61.4 73.52 73.91 -
YUV 216.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 186 233 213 0.20 0 0.09 0.09 154.47 0.52 0.82
Hex BA E9 D5 14 0 9 9 9A 34 52
Octal 272 351 325 24 0 11 11 232 64 122
Binary 10111010 11101001 11010101 10100 0 1001 1001 10011010 110100 1010010

Color Harmonies of #BAE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9D5

Black with #BAE9D5

Text Example


Text Example

White with #BAE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9D5; }

 p { color: rgb(186,233,213); }

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

background-color css

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

 a { background-color: rgb(186,233,213); }

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

border-color css

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

 span { border-color: rgb(186,233,213); }

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