Shades of Pale Slate #BFBDBB
Tints of Pale Slate #BFBDBB
RGB
CMYK
RGB Variations
Color information
#BFBDBB (or 0xBFBDBB) is known color: Pale Slate. HEX triplet: BF, BD and BB. RGB value is (191,189,187). Sum of RGB (Red+Green+Blue) = 191+189+187=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDBB is #404244. Grayscale: #BDBDBD. Windows color (decimal): -4211269 or 12303807. OLE color: 12303807.
HSL color Cylindrical-coordinate representation of color #BFBDBB: hue angle of 30º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFBDBB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 189 | 187 | - |
CMYK | 0 | 0.01 | 0.02 | 0.25 |
HSL | 30º | 0.03% | 0.74% | - |
HSV(B) | 30º | 0.02% | 0.75% | - |
XYZ | 48.65 | 51.06 | 54.3 | - |
YUV | 189.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 189 | 187 | 0 | 0.01 | 0.02 | 0.25 | 30 | 0.03 | 0.74 |
Hex | BF | BD | BB | 0 | 1 | 2 | 19 | 1E | 3 | 4A |
Octal | 277 | 275 | 273 | 0 | 1 | 2 | 31 | 36 | 3 | 112 |
Binary | 10111111 | 10111101 | 10111011 | 0 | 1 | 10 | 11001 | 11110 | 11 | 1001010 |
Color Harmonies of #BFBDBB
Complementary color
Monochromatic Colors of #BFBDBB
Black with #BFBDBB
Text Example
Text Example
White with #BFBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDBB; }
p { color: rgb(191,189,187); }
H1.HeaderClassName
{
color: #BFBDBB;
}
.AnyTagClassName
{
color: #BFBDBB;
}
</style>
background-color css
<style>
a { background-color: #BFBDBB; }
a { background-color: rgb(191,189,187); }
div.DivClassName
{
background-color: #BFBDBB;
}
.BgClassName
{
background-color: #BFBDBB;
}
</style>
border-color css
<style>
span { border-color: #BFBDBB; }
span { border-color: rgb(191,189,187); }
td.TdClassName
{
border-color: #BFBDBB;
}
.TagClassName
{
border-color: #BFBDBB;
}
</style>