Shades of Ghost #BDBBC7
Tints of Ghost #BDBBC7
RGB
CMYK
RGB Variations
Color information
#BDBBC7 (or 0xBDBBC7) is known color: Ghost. HEX triplet: BD, BB and C7. RGB value is (189,187,199). Sum of RGB (Red+Green+Blue) = 189+187+199=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBC7 is #424438. Grayscale: #BCBCBC. Windows color (decimal): -4342841 or 13089725. OLE color: 13089725.
HSL color Cylindrical-coordinate representation of color #BDBBC7: hue angle of 250º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBBC7 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 187 | 199 | - |
CMYK | 0.05 | 0.06 | 0 | 0.22 |
HSL | 250º | 0.1% | 0.76% | - |
HSV(B) | 250º | 0.06% | 0.78% | - |
XYZ | 49.07 | 50.48 | 61.19 | - |
YUV | 188.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 199 | 0.05 | 0.06 | 0 | 0.22 | 250 | 0.1 | 0.76 |
Hex | BD | BB | C7 | 5 | 6 | 0 | 16 | FA | A | 4C |
Octal | 275 | 273 | 307 | 5 | 6 | 0 | 26 | 372 | 12 | 114 |
Binary | 10111101 | 10111011 | 11000111 | 101 | 110 | 0 | 10110 | 11111010 | 1010 | 1001100 |
Color Harmonies of #BDBBC7
Complementary color
Monochromatic Colors of #BDBBC7
Black with #BDBBC7
Text Example
Text Example
White with #BDBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBC7; }
p { color: rgb(189,187,199); }
H1.HeaderClassName
{
color: #BDBBC7;
}
.AnyTagClassName
{
color: #BDBBC7;
}
</style>
background-color css
<style>
a { background-color: #BDBBC7; }
a { background-color: rgb(189,187,199); }
div.DivClassName
{
background-color: #BDBBC7;
}
.BgClassName
{
background-color: #BDBBC7;
}
</style>
border-color css
<style>
span { border-color: #BDBBC7; }
span { border-color: rgb(189,187,199); }
td.TdClassName
{
border-color: #BDBBC7;
}
.TagClassName
{
border-color: #BDBBC7;
}
</style>