Shades of Ghost #BDBDBF
Tints of Ghost #BDBDBF
RGB
CMYK
RGB Variations
Color information
#BDBDBF (or 0xBDBDBF) is known color: Ghost. HEX triplet: BD, BD and BF. RGB value is (189,189,191). Sum of RGB (Red+Green+Blue) = 189+189+191=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDBF is #424240. Grayscale: #BDBDBD. Windows color (decimal): -4342337 or 12565949. OLE color: 12565949.
HSL color Cylindrical-coordinate representation of color #BDBDBF: hue angle of 240º 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 #BDBDBF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 189 | 191 | - |
CMYK | 0.01 | 0.01 | 0 | 0.25 |
HSL | 240º | 0.02% | 0.75% | - |
HSV(B) | 240º | 0.01% | 0.75% | - |
XYZ | 48.59 | 50.98 | 56.57 | - |
YUV | 189.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 191 | 0.01 | 0.01 | 0 | 0.25 | 240 | 0.02 | 0.75 |
Hex | BD | BD | BF | 1 | 1 | 0 | 19 | F0 | 2 | 4B |
Octal | 275 | 275 | 277 | 1 | 1 | 0 | 31 | 360 | 2 | 113 |
Binary | 10111101 | 10111101 | 10111111 | 1 | 1 | 0 | 11001 | 11110000 | 10 | 1001011 |
Color Harmonies of #BDBDBF
Complementary color
Monochromatic Colors of #BDBDBF
Black with #BDBDBF
Text Example
Text Example
White with #BDBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDBF; }
p { color: rgb(189,189,191); }
H1.HeaderClassName
{
color: #BDBDBF;
}
.AnyTagClassName
{
color: #BDBDBF;
}
</style>
background-color css
<style>
a { background-color: #BDBDBF; }
a { background-color: rgb(189,189,191); }
div.DivClassName
{
background-color: #BDBDBF;
}
.BgClassName
{
background-color: #BDBDBF;
}
</style>
border-color css
<style>
span { border-color: #BDBDBF; }
span { border-color: rgb(189,189,191); }
td.TdClassName
{
border-color: #BDBDBF;
}
.TagClassName
{
border-color: #BDBDBF;
}
</style>