#BFBEBD

Color #BFBEBD Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #BFBEBD

Tints of Pale Slate #BFBEBD

Color information

#BFBEBD (or 0xBFBEBD) is unknown color: approx Pale Slate. HEX triplet: BF, BE and BD. RGB value is (191,190,189). Sum of RGB (Red+Green+Blue) = 191+190+189=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEBD is #404142. Grayscale: #BEBEBE. Windows color (decimal): -4211011 or 12435135. OLE color: 12435135.

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

Color convert

RGB191190189-
CMYK00.010.010.25
HSL30º1.54%74.51%-
HSV(B)30º1.05%74.9%-
XYZ49.0851.5855.51-
YUV190.18127.33128.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=33.51%
G=33.33%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119018900.010.010.25301.5474.51
HexBFBEBD011191e24b
Octal27727627501131362113
Binary1011111110111110101111010111100111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEBD; }

 p { color: rgb(191,190,189); }

 H1.HeaderClassName
 {
   color: #BFBEBD;
 }
 .AnyTagClassName
 {
   color: #BFBEBD;
 }
</style>
background-color css

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

 a { background-color: rgb(191,190,189); }

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

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

 span { border-color: rgb(191,190,189); }

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