Html Css Color HEX #BAE8D5 Aero Blue

📋 copy color: '#BAE8D5'

red 186 ◦ green 232 ◦ blue 213

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

Shades of Aero Blue #BAE8D5

Tints of Aero Blue #BAE8D5

RGB

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

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

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

R = 29.48%
G = 36.77%
B = 33.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#BAE8D5 (or 0xBAE8D5) is known color: Aero Blue. HEX triplet: BA, E8 and D5. RGB value is (186,232,213). Sum of RGB (Red+Green+Blue) = 186+232+213=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8D5 is #45172A. Grayscale: #D8D8D8. Windows color (decimal): -4527915 or 14018746. OLE color: 14018746.

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

Color convert

RGB 186 232 213 -
CMYK 0.20 0 0.08 0.09
HSL 155.22º 0.5% 0.82% -
HSV(B) 155.22º 0.2% 0.91% -
XYZ 61.12 72.96 73.81 -
YUV 216.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 186 232 213 0.20 0 0.08 0.09 155.22 0.5 0.82
Hex BA E8 D5 14 0 8 9 9B 32 52
Octal 272 350 325 24 0 10 11 233 62 122
Binary 10111010 11101000 11010101 10100 0 1000 1001 10011011 110010 1010010

Color Harmonies of #BAE8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8D5

Black with #BAE8D5

Text Example


Text Example

White with #BAE8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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