Shades of Ghost #BDBCC6
Tints of Ghost #BDBCC6
RGB
CMYK
RGB Variations
Color information
#BDBCC6 (or 0xBDBCC6) is known color: Ghost. HEX triplet: BD, BC and C6. RGB value is (189,188,198). Sum of RGB (Red+Green+Blue) = 189+188+198=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCC6 is #424339. Grayscale: #BDBDBD. Windows color (decimal): -4342586 or 13024445. OLE color: 13024445.
HSL color Cylindrical-coordinate representation of color #BDBCC6: hue angle of 246º degrees, saturation: 0.08, 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 #BDBCC6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 188 | 198 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.22 |
| HSL | 246º | 0.08% | 0.76% | - |
| HSV(B) | 246º | 0.05% | 0.78% | - |
| XYZ | 49.16 | 50.86 | 60.65 | - |
| YUV | 189.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 198 | 0.05 | 0.05 | 0 | 0.22 | 246 | 0.08 | 0.76 |
| Hex | BD | BC | C6 | 5 | 5 | 0 | 16 | F6 | 8 | 4C |
| Octal | 275 | 274 | 306 | 5 | 5 | 0 | 26 | 366 | 10 | 114 |
| Binary | 10111101 | 10111100 | 11000110 | 101 | 101 | 0 | 10110 | 11110110 | 1000 | 1001100 |
Color Harmonies of #BDBCC6
Complementary color
Monochromatic Colors of #BDBCC6
Black with #BDBCC6
Text Example
Text Example
White with #BDBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCC6; }
p { color: rgb(189,188,198); }
H1.HeaderClassName
{
color: #BDBCC6;
}
.AnyTagClassName
{
color: #BDBCC6;
}
</style>
background-color css
<style>
a { background-color: #BDBCC6; }
a { background-color: rgb(189,188,198); }
div.DivClassName
{
background-color: #BDBCC6;
}
.BgClassName
{
background-color: #BDBCC6;
}
</style>
border-color css
<style>
span { border-color: #BDBCC6; }
span { border-color: rgb(189,188,198); }
td.TdClassName
{
border-color: #BDBCC6;
}
.TagClassName
{
border-color: #BDBCC6;
}
</style>