Html Css Color HEX #BAF8D9 Aero Blue

📋 copy color: '#BAF8D9'

red 186 ◦ green 248 ◦ blue 217

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

Shades of Aero Blue #BAF8D9

Tints of Aero Blue #BAF8D9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.1%

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

R = 28.57%
G = 38.1%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#BAF8D9 (or 0xBAF8D9) is known color: Aero Blue. HEX triplet: BA, F8 and D9. RGB value is (186,248,217). Sum of RGB (Red+Green+Blue) = 186+248+217=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8D9 is #450726. Grayscale: #E1E1E1. Windows color (decimal): -4523815 or 14284986. OLE color: 14284986.

HSL color Cylindrical-coordinate representation of color #BAF8D9: hue angle of 150º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8D9 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 217 -
CMYK 0.25 0 0.12 0.03
HSL 150º 0.82% 0.85% -
HSV(B) 150º 0.25% 0.97% -
XYZ 66.34 82.58 78.09 -
YUV 225.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 186 248 217 0.25 0 0.12 0.03 150 0.82 0.85
Hex BA F8 D9 19 0 C 3 96 52 55
Octal 272 370 331 31 0 14 3 226 122 125
Binary 10111010 11111000 11011001 11001 0 1100 11 10010110 1010010 1010101

Color Harmonies of #BAF8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8D9

Black with #BAF8D9

Text Example


Text Example

White with #BAF8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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