Shades of Ghost #BDBEC4
Tints of Ghost #BDBEC4
RGB
CMYK
RGB Variations
Color information
#BDBEC4 (or 0xBDBEC4) is known color: Ghost. HEX triplet: BD, BE and C4. RGB value is (189,190,196). Sum of RGB (Red+Green+Blue) = 189+190+196=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC4 is #42413B. Grayscale: #BEBEBE. Windows color (decimal): -4342076 or 12893885. OLE color: 12893885.
HSL color Cylindrical-coordinate representation of color #BDBEC4: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBEC4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 190 | 196 | - |
CMYK | 0.04 | 0.03 | 0 | 0.23 |
HSL | 231.43º | 0.06% | 0.75% | - |
HSV(B) | 231.43º | 0.04% | 0.77% | - |
XYZ | 49.36 | 51.63 | 59.59 | - |
YUV | 190.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 196 | 0.04 | 0.03 | 0 | 0.23 | 231.43 | 0.06 | 0.75 |
Hex | BD | BE | C4 | 4 | 3 | 0 | 17 | E7 | 6 | 4B |
Octal | 275 | 276 | 304 | 4 | 3 | 0 | 27 | 347 | 6 | 113 |
Binary | 10111101 | 10111110 | 11000100 | 100 | 11 | 0 | 10111 | 11100111 | 110 | 1001011 |
Color Harmonies of #BDBEC4
Complementary color
Monochromatic Colors of #BDBEC4
Black with #BDBEC4
Text Example
Text Example
White with #BDBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEC4; }
p { color: rgb(189,190,196); }
H1.HeaderClassName
{
color: #BDBEC4;
}
.AnyTagClassName
{
color: #BDBEC4;
}
</style>
background-color css
<style>
a { background-color: #BDBEC4; }
a { background-color: rgb(189,190,196); }
div.DivClassName
{
background-color: #BDBEC4;
}
.BgClassName
{
background-color: #BDBEC4;
}
</style>
border-color css
<style>
span { border-color: #BDBEC4; }
span { border-color: rgb(189,190,196); }
td.TdClassName
{
border-color: #BDBEC4;
}
.TagClassName
{
border-color: #BDBEC4;
}
</style>