Html Css Color HEX #BAFBD2 Aero Blue

📋 copy color: '#BAFBD2'

red 186 ◦ green 251 ◦ blue 210

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

Shades of Aero Blue #BAFBD2

Tints of Aero Blue #BAFBD2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.79%

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

R = 28.75%
G = 38.79%
B = 32.46%

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

#BAFBD2 (or 0xBAFBD2) is known color: Aero Blue. HEX triplet: BA, FB and D2. RGB value is (186,251,210). Sum of RGB (Red+Green+Blue) = 186+251+210=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBD2 is #45042D. Grayscale: #E2E2E2. Windows color (decimal): -4523054 or 13827002. OLE color: 13827002.

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

Color convert

RGB 186 251 210 -
CMYK 0.26 0 0.16 0.02
HSL 142.15º 0.89% 0.86% -
HSV(B) 142.15º 0.26% 0.98% -
XYZ 66.38 84.09 73.7 -
YUV 226.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 186 251 210 0.26 0 0.16 0.02 142.15 0.89 0.86
Hex BA FB D2 1A 0 10 2 8E 59 56
Octal 272 373 322 32 0 20 2 216 131 126
Binary 10111010 11111011 11010010 11010 0 10000 10 10001110 1011001 1010110

Color Harmonies of #BAFBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFBD2

Black with #BAFBD2

Text Example


Text Example

White with #BAFBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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