Shades of Ghost #BDBDC7
Tints of Ghost #BDBDC7
RGB
CMYK
RGB Variations
Color information
#BDBDC7 (or 0xBDBDC7) is known color: Ghost. HEX triplet: BD, BD and C7. RGB value is (189,189,199). Sum of RGB (Red+Green+Blue) = 189+189+199=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC7 is #424238. Grayscale: #BEBEBE. Windows color (decimal): -4342329 or 13090237. OLE color: 13090237.
HSL color Cylindrical-coordinate representation of color #BDBDC7: hue angle of 240º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBDC7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 189 | 199 | - |
CMYK | 0.05 | 0.05 | 0 | 0.22 |
HSL | 240º | 0.08% | 0.76% | - |
HSV(B) | 240º | 0.05% | 0.78% | - |
XYZ | 49.49 | 51.34 | 61.33 | - |
YUV | 190.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 199 | 0.05 | 0.05 | 0 | 0.22 | 240 | 0.08 | 0.76 |
Hex | BD | BD | C7 | 5 | 5 | 0 | 16 | F0 | 8 | 4C |
Octal | 275 | 275 | 307 | 5 | 5 | 0 | 26 | 360 | 10 | 114 |
Binary | 10111101 | 10111101 | 11000111 | 101 | 101 | 0 | 10110 | 11110000 | 1000 | 1001100 |
Color Harmonies of #BDBDC7
Complementary color
Monochromatic Colors of #BDBDC7
Black with #BDBDC7
Text Example
Text Example
White with #BDBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDC7; }
p { color: rgb(189,189,199); }
H1.HeaderClassName
{
color: #BDBDC7;
}
.AnyTagClassName
{
color: #BDBDC7;
}
</style>
background-color css
<style>
a { background-color: #BDBDC7; }
a { background-color: rgb(189,189,199); }
div.DivClassName
{
background-color: #BDBDC7;
}
.BgClassName
{
background-color: #BDBDC7;
}
</style>
border-color css
<style>
span { border-color: #BDBDC7; }
span { border-color: rgb(189,189,199); }
td.TdClassName
{
border-color: #BDBDC7;
}
.TagClassName
{
border-color: #BDBDC7;
}
</style>