Shades of Ghost #BDBDC3
Tints of Ghost #BDBDC3
RGB
CMYK
RGB Variations
Color information
#BDBDC3 (or 0xBDBDC3) is known color: Ghost. HEX triplet: BD, BD and C3. RGB value is (189,189,195). Sum of RGB (Red+Green+Blue) = 189+189+195=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC3 is #42423C. Grayscale: #BDBDBD. Windows color (decimal): -4342333 or 12828093. OLE color: 12828093.
HSL color Cylindrical-coordinate representation of color #BDBDC3: hue angle of 240º degrees, saturation: 0.05, 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 #BDBDC3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 189 | 195 | - |
CMYK | 0.03 | 0.03 | 0 | 0.24 |
HSL | 240º | 0.05% | 0.75% | - |
HSV(B) | 240º | 0.03% | 0.76% | - |
XYZ | 49.03 | 51.15 | 58.92 | - |
YUV | 189.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 195 | 0.03 | 0.03 | 0 | 0.24 | 240 | 0.05 | 0.75 |
Hex | BD | BD | C3 | 3 | 3 | 0 | 18 | F0 | 5 | 4B |
Octal | 275 | 275 | 303 | 3 | 3 | 0 | 30 | 360 | 5 | 113 |
Binary | 10111101 | 10111101 | 11000011 | 11 | 11 | 0 | 11000 | 11110000 | 101 | 1001011 |
Color Harmonies of #BDBDC3
Complementary color
Monochromatic Colors of #BDBDC3
Black with #BDBDC3
Text Example
Text Example
White with #BDBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDC3; }
p { color: rgb(189,189,195); }
H1.HeaderClassName
{
color: #BDBDC3;
}
.AnyTagClassName
{
color: #BDBDC3;
}
</style>
background-color css
<style>
a { background-color: #BDBDC3; }
a { background-color: rgb(189,189,195); }
div.DivClassName
{
background-color: #BDBDC3;
}
.BgClassName
{
background-color: #BDBDC3;
}
</style>
border-color css
<style>
span { border-color: #BDBDC3; }
span { border-color: rgb(189,189,195); }
td.TdClassName
{
border-color: #BDBDC3;
}
.TagClassName
{
border-color: #BDBDC3;
}
</style>