Shades of Ghost #BDBCC1
Tints of Ghost #BDBCC1
RGB
CMYK
RGB Variations
Color information
#BDBCC1 (or 0xBDBCC1) is known color: Ghost. HEX triplet: BD, BC and C1. RGB value is (189,188,193). Sum of RGB (Red+Green+Blue) = 189+188+193=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCC1 is #42433E. Grayscale: #BCBCBC. Windows color (decimal): -4342591 or 12696765. OLE color: 12696765.
HSL color Cylindrical-coordinate representation of color #BDBCC1: hue angle of 252º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBCC1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 188 | 193 | - |
CMYK | 0.02 | 0.03 | 0 | 0.24 |
HSL | 252º | 0.04% | 0.75% | - |
HSV(B) | 252º | 0.03% | 0.76% | - |
XYZ | 48.6 | 50.64 | 57.66 | - |
YUV | 188.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 188 | 193 | 0.02 | 0.03 | 0 | 0.24 | 252 | 0.04 | 0.75 |
Hex | BD | BC | C1 | 2 | 3 | 0 | 18 | FC | 4 | 4B |
Octal | 275 | 274 | 301 | 2 | 3 | 0 | 30 | 374 | 4 | 113 |
Binary | 10111101 | 10111100 | 11000001 | 10 | 11 | 0 | 11000 | 11111100 | 100 | 1001011 |
Color Harmonies of #BDBCC1
Complementary color
Monochromatic Colors of #BDBCC1
Black with #BDBCC1
Text Example
Text Example
White with #BDBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCC1; }
p { color: rgb(189,188,193); }
H1.HeaderClassName
{
color: #BDBCC1;
}
.AnyTagClassName
{
color: #BDBCC1;
}
</style>
background-color css
<style>
a { background-color: #BDBCC1; }
a { background-color: rgb(189,188,193); }
div.DivClassName
{
background-color: #BDBCC1;
}
.BgClassName
{
background-color: #BDBCC1;
}
</style>
border-color css
<style>
span { border-color: #BDBCC1; }
span { border-color: rgb(189,188,193); }
td.TdClassName
{
border-color: #BDBCC1;
}
.TagClassName
{
border-color: #BDBCC1;
}
</style>