Shades of Ghost #BDBDCB
Tints of Ghost #BDBDCB
RGB
CMYK
RGB Variations
Color information
#BDBDCB (or 0xBDBDCB) is known color: Ghost. HEX triplet: BD, BD and CB. RGB value is (189,189,203). Sum of RGB (Red+Green+Blue) = 189+189+203=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCB is #424234. Grayscale: #BEBEBE. Windows color (decimal): -4342325 or 13352381. OLE color: 13352381.
HSL color Cylindrical-coordinate representation of color #BDBDCB: hue angle of 240º degrees, saturation: 0.12, 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 #BDBDCB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 189 | 189 | 203 | - |
CMYK | 0.07 | 0.07 | 0 | 0.20 |
HSL | 240º | 0.12% | 0.77% | - |
HSV(B) | 240º | 0.07% | 0.8% | - |
XYZ | 49.96 | 51.53 | 63.81 | - |
YUV | 190.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 203 | 0.07 | 0.07 | 0 | 0.20 | 240 | 0.12 | 0.77 |
Hex | BD | BD | CB | 7 | 7 | 0 | 14 | F0 | C | 4D |
Octal | 275 | 275 | 313 | 7 | 7 | 0 | 24 | 360 | 14 | 115 |
Binary | 10111101 | 10111101 | 11001011 | 111 | 111 | 0 | 10100 | 11110000 | 1100 | 1001101 |
Color Harmonies of #BDBDCB
Complementary color
Monochromatic Colors of #BDBDCB
Black with #BDBDCB
Text Example
Text Example
White with #BDBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDCB; }
p { color: rgb(189,189,203); }
H1.HeaderClassName
{
color: #BDBDCB;
}
.AnyTagClassName
{
color: #BDBDCB;
}
</style>
background-color css
<style>
a { background-color: #BDBDCB; }
a { background-color: rgb(189,189,203); }
div.DivClassName
{
background-color: #BDBDCB;
}
.BgClassName
{
background-color: #BDBDCB;
}
</style>
border-color css
<style>
span { border-color: #BDBDCB; }
span { border-color: rgb(189,189,203); }
td.TdClassName
{
border-color: #BDBDCB;
}
.TagClassName
{
border-color: #BDBDCB;
}
</style>