Shades of Ghost #BDBEC5
Tints of Ghost #BDBEC5
RGB
CMYK
RGB Variations
Color information
#BDBEC5 (or 0xBDBEC5) is known color: Ghost. HEX triplet: BD, BE and C5. RGB value is (189,190,197). Sum of RGB (Red+Green+Blue) = 189+190+197=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC5 is #42413A. Grayscale: #BEBEBE. Windows color (decimal): -4342075 or 12959421. OLE color: 12959421.
HSL color Cylindrical-coordinate representation of color #BDBEC5: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBEC5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 190 | 197 | - |
CMYK | 0.04 | 0.04 | 0 | 0.23 |
HSL | 232.5º | 0.06% | 0.76% | - |
HSV(B) | 232.5º | 0.04% | 0.77% | - |
XYZ | 49.48 | 51.68 | 60.19 | - |
YUV | 190.5 | 131.67 | 126.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 197 | 0.04 | 0.04 | 0 | 0.23 | 232.5 | 0.06 | 0.76 |
Hex | BD | BE | C5 | 4 | 4 | 0 | 17 | E8 | 6 | 4C |
Octal | 275 | 276 | 305 | 4 | 4 | 0 | 27 | 350 | 6 | 114 |
Binary | 10111101 | 10111110 | 11000101 | 100 | 100 | 0 | 10111 | 11101000 | 110 | 1001100 |
Color Harmonies of #BDBEC5
Complementary color
Monochromatic Colors of #BDBEC5
Black with #BDBEC5
Text Example
Text Example
White with #BDBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEC5; }
p { color: rgb(189,190,197); }
H1.HeaderClassName
{
color: #BDBEC5;
}
.AnyTagClassName
{
color: #BDBEC5;
}
</style>
background-color css
<style>
a { background-color: #BDBEC5; }
a { background-color: rgb(189,190,197); }
div.DivClassName
{
background-color: #BDBEC5;
}
.BgClassName
{
background-color: #BDBEC5;
}
</style>
border-color css
<style>
span { border-color: #BDBEC5; }
span { border-color: rgb(189,190,197); }
td.TdClassName
{
border-color: #BDBEC5;
}
.TagClassName
{
border-color: #BDBEC5;
}
</style>