Html Css Color HEX #BAF2D9 Aero Blue

📋 copy color: '#BAF2D9'

red 186 ◦ green 242 ◦ blue 217

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

Shades of Aero Blue #BAF2D9

Tints of Aero Blue #BAF2D9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.52%

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

R = 28.84%
G = 37.52%
B = 33.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BAF2D9 (or 0xBAF2D9) is known color: Aero Blue. HEX triplet: BA, F2 and D9. RGB value is (186,242,217). Sum of RGB (Red+Green+Blue) = 186+242+217=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2D9 is #450D26. Grayscale: #DEDEDE. Windows color (decimal): -4525351 or 14283450. OLE color: 14283450.

HSL color Cylindrical-coordinate representation of color #BAF2D9: hue angle of 153.21º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2D9 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 217 -
CMYK 0.23 0 0.10 0.05
HSL 153.21º 0.68% 0.84% -
HSV(B) 153.21º 0.23% 0.95% -
XYZ 64.53 78.95 77.48 -
YUV 222.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 186 242 217 0.23 0 0.10 0.05 153.21 0.68 0.84
Hex BA F2 D9 17 0 A 5 99 44 54
Octal 272 362 331 27 0 12 5 231 104 124
Binary 10111010 11110010 11011001 10111 0 1010 101 10011001 1000100 1010100

Color Harmonies of #BAF2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2D9

Black with #BAF2D9

Text Example


Text Example

White with #BAF2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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