Html Css Color HEX #BAFFD7 Aero Blue

📋 copy color: '#BAFFD7'

red 186 ◦ green 255 ◦ blue 215

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

Shades of Aero Blue #BAFFD7

Tints of Aero Blue #BAFFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.77%

R = 28.35%
G = 38.87%
B = 32.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#BAFFD7 (or 0xBAFFD7) is known color: Aero Blue. HEX triplet: BA, FF and D7. RGB value is (186,255,215). Sum of RGB (Red+Green+Blue) = 186+255+215=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFD7 is #450028. Grayscale: #E5E5E5. Windows color (decimal): -4522025 or 14155706. OLE color: 14155706.

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

Color convert

RGB 186 255 215 -
CMYK 0.27 0 0.16 0
HSL 145.22º 1% 0.86% -
HSV(B) 145.22º 0.27% 1% -
XYZ 68.28 86.87 77.46 -
YUV 229.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 186 255 215 0.27 0 0.16 0 145.22 1 0.86
Hex BA FF D7 1B 0 10 0 91 64 56
Octal 272 377 327 33 0 20 0 221 144 126
Binary 10111010 11111111 11010111 11011 0 10000 0 10010001 1100100 1010110

Color Harmonies of #BAFFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFD7

Black with #BAFFD7

Text Example


Text Example

White with #BAFFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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