Html Css Color HEX #BAF8D1 Aero Blue

📋 copy color: '#BAF8D1'

red 186 ◦ green 248 ◦ blue 209

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

Shades of Aero Blue #BAF8D1

Tints of Aero Blue #BAF8D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.5%

R = 28.93%
G = 38.57%
B = 32.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#BAF8D1 (or 0xBAF8D1) is known color: Aero Blue. HEX triplet: BA, F8 and D1. RGB value is (186,248,209). Sum of RGB (Red+Green+Blue) = 186+248+209=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8D1 is #45072E. Grayscale: #E1E1E1. Windows color (decimal): -4523823 or 13760698. OLE color: 13760698.

HSL color Cylindrical-coordinate representation of color #BAF8D1: hue angle of 142.26º 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 #BAF8D1 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 209 -
CMYK 0.25 0 0.16 0.03
HSL 142.26º 0.82% 0.85% -
HSV(B) 142.26º 0.25% 0.97% -
XYZ 65.33 82.18 72.74 -
YUV 225.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 186 248 209 0.25 0 0.16 0.03 142.26 0.82 0.85
Hex BA F8 D1 19 0 10 3 8E 52 55
Octal 272 370 321 31 0 20 3 216 122 125
Binary 10111010 11111000 11010001 11001 0 10000 11 10001110 1010010 1010101

Color Harmonies of #BAF8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8D1

Black with #BAF8D1

Text Example


Text Example

White with #BAF8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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