Shades of Ghost #BDBCCB
Tints of Ghost #BDBCCB
RGB
CMYK
RGB Variations
Color information
#BDBCCB (or 0xBDBCCB) is known color: Ghost. HEX triplet: BD, BC and CB. RGB value is (189,188,203). Sum of RGB (Red+Green+Blue) = 189+188+203=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCCB is #424334. Grayscale: #BDBDBD. Windows color (decimal): -4342581 or 13352125. OLE color: 13352125.
HSL color Cylindrical-coordinate representation of color #BDBCCB: hue angle of 244º 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 #BDBCCB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 188 | 203 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.20 |
| HSL | 244º | 0.13% | 0.77% | - |
| HSV(B) | 244º | 0.07% | 0.8% | - |
| XYZ | 49.75 | 51.1 | 63.74 | - |
| YUV | 190.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 203 | 0.07 | 0.07 | 0 | 0.20 | 244 | 0.13 | 0.77 |
| Hex | BD | BC | CB | 7 | 7 | 0 | 14 | F4 | D | 4D |
| Octal | 275 | 274 | 313 | 7 | 7 | 0 | 24 | 364 | 15 | 115 |
| Binary | 10111101 | 10111100 | 11001011 | 111 | 111 | 0 | 10100 | 11110100 | 1101 | 1001101 |
Color Harmonies of #BDBCCB
Complementary color
Monochromatic Colors of #BDBCCB
Black with #BDBCCB
Text Example
Text Example
White with #BDBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCCB; }
p { color: rgb(189,188,203); }
H1.HeaderClassName
{
color: #BDBCCB;
}
.AnyTagClassName
{
color: #BDBCCB;
}
</style>
background-color css
<style>
a { background-color: #BDBCCB; }
a { background-color: rgb(189,188,203); }
div.DivClassName
{
background-color: #BDBCCB;
}
.BgClassName
{
background-color: #BDBCCB;
}
</style>
border-color css
<style>
span { border-color: #BDBCCB; }
span { border-color: rgb(189,188,203); }
td.TdClassName
{
border-color: #BDBCCB;
}
.TagClassName
{
border-color: #BDBCCB;
}
</style>