Shades of Ghost #BDBDC6
Tints of Ghost #BDBDC6
RGB
CMYK
RGB Variations
Color information
#BDBDC6 (or 0xBDBDC6) is known color: Ghost. HEX triplet: BD, BD and C6. RGB value is (189,189,198). Sum of RGB (Red+Green+Blue) = 189+189+198=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC6 is #424239. Grayscale: #BDBDBD. Windows color (decimal): -4342330 or 13024701. OLE color: 13024701.
HSL color Cylindrical-coordinate representation of color #BDBDC6: hue angle of 240º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBDC6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 189 | 198 | - |
CMYK | 0.05 | 0.05 | 0 | 0.22 |
HSL | 240º | 0.07% | 0.76% | - |
HSV(B) | 240º | 0.05% | 0.78% | - |
XYZ | 49.38 | 51.29 | 60.72 | - |
YUV | 190.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 198 | 0.05 | 0.05 | 0 | 0.22 | 240 | 0.07 | 0.76 |
Hex | BD | BD | C6 | 5 | 5 | 0 | 16 | F0 | 7 | 4C |
Octal | 275 | 275 | 306 | 5 | 5 | 0 | 26 | 360 | 7 | 114 |
Binary | 10111101 | 10111101 | 11000110 | 101 | 101 | 0 | 10110 | 11110000 | 111 | 1001100 |
Color Harmonies of #BDBDC6
Complementary color
Monochromatic Colors of #BDBDC6
Black with #BDBDC6
Text Example
Text Example
White with #BDBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDC6; }
p { color: rgb(189,189,198); }
H1.HeaderClassName
{
color: #BDBDC6;
}
.AnyTagClassName
{
color: #BDBDC6;
}
</style>
background-color css
<style>
a { background-color: #BDBDC6; }
a { background-color: rgb(189,189,198); }
div.DivClassName
{
background-color: #BDBDC6;
}
.BgClassName
{
background-color: #BDBDC6;
}
</style>
border-color css
<style>
span { border-color: #BDBDC6; }
span { border-color: rgb(189,189,198); }
td.TdClassName
{
border-color: #BDBDC6;
}
.TagClassName
{
border-color: #BDBDC6;
}
</style>