Shades of Ghost #BDBDCC
Tints of Ghost #BDBDCC
RGB
CMYK
RGB Variations
Color information
#BDBDCC (or 0xBDBDCC) is known color: Ghost. HEX triplet: BD, BD and CC. RGB value is (189,189,204). Sum of RGB (Red+Green+Blue) = 189+189+204=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCC is #424233. Grayscale: #BEBEBE. Windows color (decimal): -4342324 or 13417917. OLE color: 13417917.
HSL color Cylindrical-coordinate representation of color #BDBDCC: hue angle of 240º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBDCC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 189 | 204 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.2 |
| HSL | 240º | 0.13% | 0.77% | - |
| HSV(B) | 240º | 0.07% | 0.8% | - |
| XYZ | 50.08 | 51.57 | 64.44 | - |
| YUV | 190.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 204 | 0.07 | 0.07 | 0 | 0.2 | 240 | 0.13 | 0.77 |
| Hex | BD | BD | CC | 7 | 7 | 0 | 14 | F0 | D | 4D |
| Octal | 275 | 275 | 314 | 7 | 7 | 0 | 24 | 360 | 15 | 115 |
| Binary | 10111101 | 10111101 | 11001100 | 111 | 111 | 0 | 10100 | 11110000 | 1101 | 1001101 |
Color Harmonies of #BDBDCC
Complementary color
Monochromatic Colors of #BDBDCC
Black with #BDBDCC
Text Example
Text Example
White with #BDBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDCC; }
p { color: rgb(189,189,204); }
H1.HeaderClassName
{
color: #BDBDCC;
}
.AnyTagClassName
{
color: #BDBDCC;
}
</style>
background-color css
<style>
a { background-color: #BDBDCC; }
a { background-color: rgb(189,189,204); }
div.DivClassName
{
background-color: #BDBDCC;
}
.BgClassName
{
background-color: #BDBDCC;
}
</style>
border-color css
<style>
span { border-color: #BDBDCC; }
span { border-color: rgb(189,189,204); }
td.TdClassName
{
border-color: #BDBDCC;
}
.TagClassName
{
border-color: #BDBDCC;
}
</style>