Html Css Color HEX #BAF5D7 Aero Blue

📋 copy color: '#BAF5D7'

red 186 ◦ green 245 ◦ blue 215

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

Shades of Aero Blue #BAF5D7

Tints of Aero Blue #BAF5D7

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.93%

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

R = 28.79%
G = 37.93%
B = 33.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#BAF5D7 (or 0xBAF5D7) is known color: Aero Blue. HEX triplet: BA, F5 and D7. RGB value is (186,245,215). Sum of RGB (Red+Green+Blue) = 186+245+215=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5D7 is #450A28. Grayscale: #DFDFDF. Windows color (decimal): -4524585 or 14153146. OLE color: 14153146.

HSL color Cylindrical-coordinate representation of color #BAF5D7: hue angle of 149.49º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5D7 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 215 -
CMYK 0.24 0 0.12 0.04
HSL 149.49º 0.75% 0.85% -
HSV(B) 149.49º 0.24% 0.96% -
XYZ 65.17 80.65 76.42 -
YUV 223.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 186 245 215 0.24 0 0.12 0.04 149.49 0.75 0.85
Hex BA F5 D7 18 0 C 4 95 4B 55
Octal 272 365 327 30 0 14 4 225 113 125
Binary 10111010 11110101 11010111 11000 0 1100 100 10010101 1001011 1010101

Color Harmonies of #BAF5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5D7

Black with #BAF5D7

Text Example


Text Example

White with #BAF5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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