Html Css Color HEX #BAB7B6 Pale Slate

📋 copy color: '#BAB7B6'

red 186 ◦ green 183 ◦ blue 182

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

Shades of Pale Slate #BAB7B6

Tints of Pale Slate #BAB7B6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.21%

 BLUE value IS 182 (71.48% from 255) = 33.03%

R = 33.76%
G = 33.21%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BAB7B6 (or 0xBAB7B6) is known color: Pale Slate. HEX triplet: BA, B7 and B6. RGB value is (186,183,182). Sum of RGB (Red+Green+Blue) = 186+183+182=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7B6 is #454849. Grayscale: #B7B7B7. Windows color (decimal): -4540490 or 11974586. OLE color: 11974586.

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

Color convert

RGB 186 183 182 -
CMYK 0 0.02 0.02 0.27
HSL 15º 0.03% 0.72% -
HSV(B) 15º 0.02% 0.73% -
XYZ 45.63 47.68 51.06 -
YUV 183.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 186 183 182 0 0.02 0.02 0.27 15 0.03 0.72
Hex BA B7 B6 0 2 2 1B F 3 48
Octal 272 267 266 0 2 2 33 17 3 110
Binary 10111010 10110111 10110110 0 10 10 11011 1111 11 1001000

Color Harmonies of #BAB7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7B6

Black with #BAB7B6

Text Example


Text Example

White with #BAB7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7B6; }

 p { color: rgb(186,183,182); }

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

background-color css

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

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

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

border-color css

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

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

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