Html Css Color HEX #BABAAF Mist Grey

📋 copy color: '#BABAAF'

red 186 ◦ green 186 ◦ blue 175

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

Shades of Mist Grey #BABAAF

Tints of Mist Grey #BABAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 34%
G = 34%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BABAAF (or 0xBABAAF) is known color: Mist Grey. HEX triplet: BA, BA and AF. RGB value is (186,186,175). Sum of RGB (Red+Green+Blue) = 186+186+175=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAAF is #454550. Grayscale: #B8B8B8. Windows color (decimal): -4539729 or 11516602. OLE color: 11516602.

HSL color Cylindrical-coordinate representation of color #BABAAF: hue angle of 60º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABAAF is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 175 -
CMYK 0 0 0.06 0.27
HSL 60º 0.07% 0.71% -
HSV(B) 60º 0.06% 0.73% -
XYZ 45.55 48.65 47.55 -
YUV 184.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 186 186 175 0 0 0.06 0.27 60 0.07 0.71
Hex BA BA AF 0 0 6 1B 3C 7 47
Octal 272 272 257 0 0 6 33 74 7 107
Binary 10111010 10111010 10101111 0 0 110 11011 111100 111 1000111

Color Harmonies of #BABAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAAF

Black with #BABAAF

Text Example


Text Example

White with #BABAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAAF; }

 p { color: rgb(186,186,175); }

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

background-color css

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

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

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

border-color css

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

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

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