Shades of Ghost #BDBDC5
Tints of Ghost #BDBDC5
RGB
CMYK
RGB Variations
Color information
#BDBDC5 (or 0xBDBDC5) is known color: Ghost. HEX triplet: BD, BD and C5. RGB value is (189,189,197). Sum of RGB (Red+Green+Blue) = 189+189+197=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC5 is #42423A. Grayscale: #BDBDBD. Windows color (decimal): -4342331 or 12959165. OLE color: 12959165.
HSL color Cylindrical-coordinate representation of color #BDBDC5: hue angle of 240º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBDC5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 189 | 197 | - |
CMYK | 0.04 | 0.04 | 0 | 0.23 |
HSL | 240º | 0.06% | 0.76% | - |
HSV(B) | 240º | 0.04% | 0.77% | - |
XYZ | 49.26 | 51.25 | 60.12 | - |
YUV | 189.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 197 | 0.04 | 0.04 | 0 | 0.23 | 240 | 0.06 | 0.76 |
Hex | BD | BD | C5 | 4 | 4 | 0 | 17 | F0 | 6 | 4C |
Octal | 275 | 275 | 305 | 4 | 4 | 0 | 27 | 360 | 6 | 114 |
Binary | 10111101 | 10111101 | 11000101 | 100 | 100 | 0 | 10111 | 11110000 | 110 | 1001100 |
Color Harmonies of #BDBDC5
Complementary color
Monochromatic Colors of #BDBDC5
Black with #BDBDC5
Text Example
Text Example
White with #BDBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDC5; }
p { color: rgb(189,189,197); }
H1.HeaderClassName
{
color: #BDBDC5;
}
.AnyTagClassName
{
color: #BDBDC5;
}
</style>
background-color css
<style>
a { background-color: #BDBDC5; }
a { background-color: rgb(189,189,197); }
div.DivClassName
{
background-color: #BDBDC5;
}
.BgClassName
{
background-color: #BDBDC5;
}
</style>
border-color css
<style>
span { border-color: #BDBDC5; }
span { border-color: rgb(189,189,197); }
td.TdClassName
{
border-color: #BDBDC5;
}
.TagClassName
{
border-color: #BDBDC5;
}
</style>