Html Css Color HEX #BFBAB7 Pale Slate

📋 copy color: '#BFBAB7'

red 191 ◦ green 186 ◦ blue 183

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

Shades of Pale Slate #BFBAB7

Tints of Pale Slate #BFBAB7

RGB

 RED value IS 191 (75% from 255) = 34.11%

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

 BLUE value IS 183 (71.88% from 255) = 32.68%

R = 34.11%
G = 33.21%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFBAB7 (or 0xBFBAB7) is known color: Pale Slate. HEX triplet: BF, BA and B7. RGB value is (191,186,183). Sum of RGB (Red+Green+Blue) = 191+186+183=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAB7 is #404548. Grayscale: #BBBBBB. Windows color (decimal): -4212041 or 12040895. OLE color: 12040895.

HSL color Cylindrical-coordinate representation of color #BFBAB7: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBAB7 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 183 -
CMYK 0 0.03 0.04 0.25
HSL 22.5º 0.06% 0.73% -
HSV(B) 22.5º 0.04% 0.75% -
XYZ 47.59 49.61 51.87 -
YUV 187.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 191 186 183 0 0.03 0.04 0.25 22.5 0.06 0.73
Hex BF BA B7 0 3 4 19 16 6 49
Octal 277 272 267 0 3 4 31 26 6 111
Binary 10111111 10111010 10110111 0 11 100 11001 10110 110 1001001

Color Harmonies of #BFBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAB7

Black with #BFBAB7

Text Example


Text Example

White with #BFBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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