Html Css Color HEX #BAF1D3 Aero Blue

📋 copy color: '#BAF1D3'

red 186 ◦ green 241 ◦ blue 211

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

Shades of Aero Blue #BAF1D3

Tints of Aero Blue #BAF1D3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.77%

 BLUE value IS 211 (82.81% from 255) = 33.07%

R = 29.15%
G = 37.77%
B = 33.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#BAF1D3 (or 0xBAF1D3) is known color: Aero Blue. HEX triplet: BA, F1 and D3. RGB value is (186,241,211). Sum of RGB (Red+Green+Blue) = 186+241+211=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1D3 is #450E2C. Grayscale: #DDDDDD. Windows color (decimal): -4525613 or 13889978. OLE color: 13889978.

HSL color Cylindrical-coordinate representation of color #BAF1D3: hue angle of 147.27º degrees, saturation: 0.66, 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 #BAF1D3 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 211 -
CMYK 0.23 0 0.12 0.05
HSL 147.27º 0.66% 0.84% -
HSV(B) 147.27º 0.23% 0.95% -
XYZ 63.46 78.05 73.35 -
YUV 221.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 186 241 211 0.23 0 0.12 0.05 147.27 0.66 0.84
Hex BA F1 D3 17 0 C 5 93 42 54
Octal 272 361 323 27 0 14 5 223 102 124
Binary 10111010 11110001 11010011 10111 0 1100 101 10010011 1000010 1010100

Color Harmonies of #BAF1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1D3

Black with #BAF1D3

Text Example


Text Example

White with #BAF1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1D3; }

 p { color: rgb(186,241,211); }

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

background-color css

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

 a { background-color: rgb(186,241,211); }

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

border-color css

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

 span { border-color: rgb(186,241,211); }

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