Html Css Color HEX #BAFFD9 Aero Blue

📋 copy color: '#BAFFD9'

red 186 ◦ green 255 ◦ blue 217

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

Shades of Aero Blue #BAFFD9

Tints of Aero Blue #BAFFD9

RGB

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

 GREEN value IS 255 (100% from 255) = 38.75%

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

R = 28.27%
G = 38.75%
B = 32.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#BAFFD9 (or 0xBAFFD9) is known color: Aero Blue. HEX triplet: BA, FF and D9. RGB value is (186,255,217). Sum of RGB (Red+Green+Blue) = 186+255+217=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD9 is #450026. Grayscale: #E6E6E6. Windows color (decimal): -4522023 or 14286778. OLE color: 14286778.

HSL color Cylindrical-coordinate representation of color #BAFFD9: hue angle of 146.96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFD9 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 217 -
CMYK 0.27 0 0.15 0
HSL 146.96º 1% 0.86% -
HSV(B) 146.96º 0.27% 1% -
XYZ 68.53 86.97 78.82 -
YUV 230.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 186 255 217 0.27 0 0.15 0 146.96 1 0.86
Hex BA FF D9 1B 0 F 0 93 64 56
Octal 272 377 331 33 0 17 0 223 144 126
Binary 10111010 11111111 11011001 11011 0 1111 0 10010011 1100100 1010110

Color Harmonies of #BAFFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFD9

Black with #BAFFD9

Text Example


Text Example

White with #BAFFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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