Shades of Ghost #BDBDCA
Tints of Ghost #BDBDCA
RGB
CMYK
RGB Variations
Color information
#BDBDCA (or 0xBDBDCA) is known color: Ghost. HEX triplet: BD, BD and CA. RGB value is (189,189,202). Sum of RGB (Red+Green+Blue) = 189+189+202=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCA is #424235. Grayscale: #BEBEBE. Windows color (decimal): -4342326 or 13286845. OLE color: 13286845.
HSL color Cylindrical-coordinate representation of color #BDBDCA: hue angle of 240º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBDCA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 189 | 202 | - |
CMYK | 0.06 | 0.06 | 0 | 0.21 |
HSL | 240º | 0.11% | 0.77% | - |
HSV(B) | 240º | 0.06% | 0.79% | - |
XYZ | 49.84 | 51.48 | 63.19 | - |
YUV | 190.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 202 | 0.06 | 0.06 | 0 | 0.21 | 240 | 0.11 | 0.77 |
Hex | BD | BD | CA | 6 | 6 | 0 | 15 | F0 | B | 4D |
Octal | 275 | 275 | 312 | 6 | 6 | 0 | 25 | 360 | 13 | 115 |
Binary | 10111101 | 10111101 | 11001010 | 110 | 110 | 0 | 10101 | 11110000 | 1011 | 1001101 |
Color Harmonies of #BDBDCA
Complementary color
Monochromatic Colors of #BDBDCA
Black with #BDBDCA
Text Example
Text Example
White with #BDBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDCA; }
p { color: rgb(189,189,202); }
H1.HeaderClassName
{
color: #BDBDCA;
}
.AnyTagClassName
{
color: #BDBDCA;
}
</style>
background-color css
<style>
a { background-color: #BDBDCA; }
a { background-color: rgb(189,189,202); }
div.DivClassName
{
background-color: #BDBDCA;
}
.BgClassName
{
background-color: #BDBDCA;
}
</style>
border-color css
<style>
span { border-color: #BDBDCA; }
span { border-color: rgb(189,189,202); }
td.TdClassName
{
border-color: #BDBDCA;
}
.TagClassName
{
border-color: #BDBDCA;
}
</style>