Html Css Color HEX #BAF0D4 Aero Blue

📋 copy color: '#BAF0D4'

red 186 ◦ green 240 ◦ blue 212

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

Shades of Aero Blue #BAF0D4

Tints of Aero Blue #BAF0D4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.62%

 BLUE value IS 212 (83.2% from 255) = 33.23%

R = 29.15%
G = 37.62%
B = 33.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#BAF0D4 (or 0xBAF0D4) is known color: Aero Blue. HEX triplet: BA, F0 and D4. RGB value is (186,240,212). Sum of RGB (Red+Green+Blue) = 186+240+212=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0D4 is #450F2B. Grayscale: #DCDCDC. Windows color (decimal): -4525868 or 13955258. OLE color: 13955258.

HSL color Cylindrical-coordinate representation of color #BAF0D4: hue angle of 148.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0D4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 212 -
CMYK 0.22 0 0.12 0.06
HSL 148.89º 0.64% 0.84% -
HSV(B) 148.89º 0.23% 0.94% -
XYZ 63.29 77.51 73.91 -
YUV 220.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 186 240 212 0.22 0 0.12 0.06 148.89 0.64 0.84
Hex BA F0 D4 16 0 C 6 95 40 54
Octal 272 360 324 26 0 14 6 225 100 124
Binary 10111010 11110000 11010100 10110 0 1100 110 10010101 1000000 1010100

Color Harmonies of #BAF0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0D4

Black with #BAF0D4

Text Example


Text Example

White with #BAF0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0D4; }

 p { color: rgb(186,240,212); }

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

background-color css

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

 a { background-color: rgb(186,240,212); }

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

border-color css

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

 span { border-color: rgb(186,240,212); }

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