Shades of Ghost #BDBEC6
Tints of Ghost #BDBEC6
RGB
CMYK
RGB Variations
Color information
#BDBEC6 (or 0xBDBEC6) is known color: Ghost. HEX triplet: BD, BE and C6. RGB value is (189,190,198). Sum of RGB (Red+Green+Blue) = 189+190+198=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC6 is #424139. Grayscale: #BEBEBE. Windows color (decimal): -4342074 or 13024957. OLE color: 13024957.
HSL color Cylindrical-coordinate representation of color #BDBEC6: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBEC6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 190 | 198 | - |
CMYK | 0.05 | 0.04 | 0 | 0.22 |
HSL | 233.33º | 0.07% | 0.76% | - |
HSV(B) | 233.33º | 0.05% | 0.78% | - |
XYZ | 49.59 | 51.72 | 60.8 | - |
YUV | 190.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 198 | 0.05 | 0.04 | 0 | 0.22 | 233.33 | 0.07 | 0.76 |
Hex | BD | BE | C6 | 5 | 4 | 0 | 16 | E9 | 7 | 4C |
Octal | 275 | 276 | 306 | 5 | 4 | 0 | 26 | 351 | 7 | 114 |
Binary | 10111101 | 10111110 | 11000110 | 101 | 100 | 0 | 10110 | 11101001 | 111 | 1001100 |
Color Harmonies of #BDBEC6
Complementary color
Monochromatic Colors of #BDBEC6
Black with #BDBEC6
Text Example
Text Example
White with #BDBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEC6; }
p { color: rgb(189,190,198); }
H1.HeaderClassName
{
color: #BDBEC6;
}
.AnyTagClassName
{
color: #BDBEC6;
}
</style>
background-color css
<style>
a { background-color: #BDBEC6; }
a { background-color: rgb(189,190,198); }
div.DivClassName
{
background-color: #BDBEC6;
}
.BgClassName
{
background-color: #BDBEC6;
}
</style>
border-color css
<style>
span { border-color: #BDBEC6; }
span { border-color: rgb(189,190,198); }
td.TdClassName
{
border-color: #BDBEC6;
}
.TagClassName
{
border-color: #BDBEC6;
}
</style>