Html Css Color HEX #BAFAD2 Aero Blue

📋 copy color: '#BAFAD2'

red 186 ◦ green 250 ◦ blue 210

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

Shades of Aero Blue #BAFAD2

Tints of Aero Blue #BAFAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.7%

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

R = 28.79%
G = 38.7%
B = 32.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BAFAD2 (or 0xBAFAD2) is known color: Aero Blue. HEX triplet: BA, FA and D2. RGB value is (186,250,210). Sum of RGB (Red+Green+Blue) = 186+250+210=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAD2 is #45052D. Grayscale: #E2E2E2. Windows color (decimal): -4523310 or 13826746. OLE color: 13826746.

HSL color Cylindrical-coordinate representation of color #BAFAD2: hue angle of 142.5º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAD2 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 210 -
CMYK 0.26 0 0.16 0.02
HSL 142.5º 0.86% 0.85% -
HSV(B) 142.5º 0.26% 0.98% -
XYZ 66.07 83.46 73.6 -
YUV 226.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 186 250 210 0.26 0 0.16 0.02 142.5 0.86 0.85
Hex BA FA D2 1A 0 10 2 8E 56 55
Octal 272 372 322 32 0 20 2 216 126 125
Binary 10111010 11111010 11010010 11010 0 10000 10 10001110 1010110 1010101

Color Harmonies of #BAFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFAD2

Black with #BAFAD2

Text Example


Text Example

White with #BAFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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