Shades of Ghost #BDBDC2
Tints of Ghost #BDBDC2
RGB
CMYK
RGB Variations
Color information
#BDBDC2 (or 0xBDBDC2) is known color: Ghost. HEX triplet: BD, BD and C2. RGB value is (189,189,194). Sum of RGB (Red+Green+Blue) = 189+189+194=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC2 is #42423D. Grayscale: #BDBDBD. Windows color (decimal): -4342334 or 12762557. OLE color: 12762557.
HSL color Cylindrical-coordinate representation of color #BDBDC2: hue angle of 240º 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 #BDBDC2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 189 | 194 | - |
CMYK | 0.03 | 0.03 | 0 | 0.24 |
HSL | 240º | 0.04% | 0.75% | - |
HSV(B) | 240º | 0.03% | 0.76% | - |
XYZ | 48.92 | 51.11 | 58.33 | - |
YUV | 189.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 194 | 0.03 | 0.03 | 0 | 0.24 | 240 | 0.04 | 0.75 |
Hex | BD | BD | C2 | 3 | 3 | 0 | 18 | F0 | 4 | 4B |
Octal | 275 | 275 | 302 | 3 | 3 | 0 | 30 | 360 | 4 | 113 |
Binary | 10111101 | 10111101 | 11000010 | 11 | 11 | 0 | 11000 | 11110000 | 100 | 1001011 |
Color Harmonies of #BDBDC2
Complementary color
Monochromatic Colors of #BDBDC2
Black with #BDBDC2
Text Example
Text Example
White with #BDBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDC2; }
p { color: rgb(189,189,194); }
H1.HeaderClassName
{
color: #BDBDC2;
}
.AnyTagClassName
{
color: #BDBDC2;
}
</style>
background-color css
<style>
a { background-color: #BDBDC2; }
a { background-color: rgb(189,189,194); }
div.DivClassName
{
background-color: #BDBDC2;
}
.BgClassName
{
background-color: #BDBDC2;
}
</style>
border-color css
<style>
span { border-color: #BDBDC2; }
span { border-color: rgb(189,189,194); }
td.TdClassName
{
border-color: #BDBDC2;
}
.TagClassName
{
border-color: #BDBDC2;
}
</style>