Html Css Color HEX #BFBBB7 Pale Slate

📋 copy color: '#BFBBB7'

red 191 ◦ green 187 ◦ blue 183

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

Shades of Pale Slate #BFBBB7

Tints of Pale Slate #BFBBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.33%

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

R = 34.05%
G = 33.33%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFBBB7 (or 0xBFBBB7) is known color: Pale Slate. HEX triplet: BF, BB and B7. RGB value is (191,187,183). Sum of RGB (Red+Green+Blue) = 191+187+183=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBB7 is #404448. Grayscale: #BBBBBB. Windows color (decimal): -4211785 or 12041151. OLE color: 12041151.

HSL color Cylindrical-coordinate representation of color #BFBBB7: hue angle of 30º 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 #BFBBB7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 183 -
CMYK 0 0.02 0.04 0.25
HSL 30º 0.06% 0.73% -
HSV(B) 30º 0.04% 0.75% -
XYZ 47.8 50.04 51.94 -
YUV 187.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 191 187 183 0 0.02 0.04 0.25 30 0.06 0.73
Hex BF BB B7 0 2 4 19 1E 6 49
Octal 277 273 267 0 2 4 31 36 6 111
Binary 10111111 10111011 10110111 0 10 100 11001 11110 110 1001001

Color Harmonies of #BFBBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBB7

Black with #BFBBB7

Text Example


Text Example

White with #BFBBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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