Html Css Color HEX #BAF0D2 Aero Blue

📋 copy color: '#BAF0D2'

red 186 ◦ green 240 ◦ blue 210

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

Shades of Aero Blue #BAF0D2

Tints of Aero Blue #BAF0D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.02%

R = 29.25%
G = 37.74%
B = 33.02%

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

#BAF0D2 (or 0xBAF0D2) is known color: Aero Blue. HEX triplet: BA, F0 and D2. RGB value is (186,240,210). Sum of RGB (Red+Green+Blue) = 186+240+210=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0D2 is #450F2D. Grayscale: #DCDCDC. Windows color (decimal): -4525870 or 13824186. OLE color: 13824186.

HSL color Cylindrical-coordinate representation of color #BAF0D2: hue angle of 146.67º 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 #BAF0D2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 210 -
CMYK 0.22 0 0.12 0.06
HSL 146.67º 0.64% 0.84% -
HSV(B) 146.67º 0.23% 0.94% -
XYZ 63.04 77.41 72.59 -
YUV 220.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 186 240 210 0.22 0 0.12 0.06 146.67 0.64 0.84
Hex BA F0 D2 16 0 C 6 93 40 54
Octal 272 360 322 26 0 14 6 223 100 124
Binary 10111010 11110000 11010010 10110 0 1100 110 10010011 1000000 1010100

Color Harmonies of #BAF0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0D2

Black with #BAF0D2

Text Example


Text Example

White with #BAF0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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