Html Css Color HEX #BAF0D9 Aero Blue

📋 copy color: '#BAF0D9'

red 186 ◦ green 240 ◦ blue 217

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

Shades of Aero Blue #BAF0D9

Tints of Aero Blue #BAF0D9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.33%

 BLUE value IS 217 (85.16% from 255) = 33.75%

R = 28.93%
G = 37.33%
B = 33.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#BAF0D9 (or 0xBAF0D9) is known color: Aero Blue. HEX triplet: BA, F0 and D9. RGB value is (186,240,217). Sum of RGB (Red+Green+Blue) = 186+240+217=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0D9 is #450F26. Grayscale: #DDDDDD. Windows color (decimal): -4525863 or 14282938. OLE color: 14282938.

HSL color Cylindrical-coordinate representation of color #BAF0D9: hue angle of 154.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0D9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 217 -
CMYK 0.22 0 0.10 0.06
HSL 154.44º 0.64% 0.84% -
HSV(B) 154.44º 0.23% 0.94% -
XYZ 63.93 77.77 77.29 -
YUV 221.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 186 240 217 0.22 0 0.10 0.06 154.44 0.64 0.84
Hex BA F0 D9 16 0 A 6 9A 40 54
Octal 272 360 331 26 0 12 6 232 100 124
Binary 10111010 11110000 11011001 10110 0 1010 110 10011010 1000000 1010100

Color Harmonies of #BAF0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0D9

Black with #BAF0D9

Text Example


Text Example

White with #BAF0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0D9; }

 p { color: rgb(186,240,217); }

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

background-color css

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

 a { background-color: rgb(186,240,217); }

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

border-color css

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

 span { border-color: rgb(186,240,217); }

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