Shades of Ghost #BDBDC9
Tints of Ghost #BDBDC9
RGB
CMYK
RGB Variations
Color information
#BDBDC9 (or 0xBDBDC9) is known color: Ghost. HEX triplet: BD, BD and C9. RGB value is (189,189,201). Sum of RGB (Red+Green+Blue) = 189+189+201=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC9 is #424236. Grayscale: #BEBEBE. Windows color (decimal): -4342327 or 13221309. OLE color: 13221309.
HSL color Cylindrical-coordinate representation of color #BDBDC9: hue angle of 240º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBDC9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 189 | 201 | - |
CMYK | 0.06 | 0.06 | 0 | 0.21 |
HSL | 240º | 0.1% | 0.76% | - |
HSV(B) | 240º | 0.06% | 0.79% | - |
XYZ | 49.73 | 51.43 | 62.56 | - |
YUV | 190.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 201 | 0.06 | 0.06 | 0 | 0.21 | 240 | 0.1 | 0.76 |
Hex | BD | BD | C9 | 6 | 6 | 0 | 15 | F0 | A | 4C |
Octal | 275 | 275 | 311 | 6 | 6 | 0 | 25 | 360 | 12 | 114 |
Binary | 10111101 | 10111101 | 11001001 | 110 | 110 | 0 | 10101 | 11110000 | 1010 | 1001100 |
Color Harmonies of #BDBDC9
Complementary color
Monochromatic Colors of #BDBDC9
Black with #BDBDC9
Text Example
Text Example
White with #BDBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDC9; }
p { color: rgb(189,189,201); }
H1.HeaderClassName
{
color: #BDBDC9;
}
.AnyTagClassName
{
color: #BDBDC9;
}
</style>
background-color css
<style>
a { background-color: #BDBDC9; }
a { background-color: rgb(189,189,201); }
div.DivClassName
{
background-color: #BDBDC9;
}
.BgClassName
{
background-color: #BDBDC9;
}
</style>
border-color css
<style>
span { border-color: #BDBDC9; }
span { border-color: rgb(189,189,201); }
td.TdClassName
{
border-color: #BDBDC9;
}
.TagClassName
{
border-color: #BDBDC9;
}
</style>