Shades of Ghost #BDBEC7
Tints of Ghost #BDBEC7
RGB
CMYK
RGB Variations
Color information
#BDBEC7 (or 0xBDBEC7) is known color: Ghost. HEX triplet: BD, BE and C7. RGB value is (189,190,199). Sum of RGB (Red+Green+Blue) = 189+190+199=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC7 is #424138. Grayscale: #BEBEBE. Windows color (decimal): -4342073 or 13090493. OLE color: 13090493.
HSL color Cylindrical-coordinate representation of color #BDBEC7: hue angle of 234º degrees, saturation: 0.08, 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 #BDBEC7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 190 | 199 | - |
CMYK | 0.05 | 0.05 | 0 | 0.22 |
HSL | 234º | 0.08% | 0.76% | - |
HSV(B) | 234º | 0.05% | 0.78% | - |
XYZ | 49.71 | 51.77 | 61.41 | - |
YUV | 190.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 199 | 0.05 | 0.05 | 0 | 0.22 | 234 | 0.08 | 0.76 |
Hex | BD | BE | C7 | 5 | 5 | 0 | 16 | EA | 8 | 4C |
Octal | 275 | 276 | 307 | 5 | 5 | 0 | 26 | 352 | 10 | 114 |
Binary | 10111101 | 10111110 | 11000111 | 101 | 101 | 0 | 10110 | 11101010 | 1000 | 1001100 |
Color Harmonies of #BDBEC7
Complementary color
Monochromatic Colors of #BDBEC7
Black with #BDBEC7
Text Example
Text Example
White with #BDBEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEC7; }
p { color: rgb(189,190,199); }
H1.HeaderClassName
{
color: #BDBEC7;
}
.AnyTagClassName
{
color: #BDBEC7;
}
</style>
background-color css
<style>
a { background-color: #BDBEC7; }
a { background-color: rgb(189,190,199); }
div.DivClassName
{
background-color: #BDBEC7;
}
.BgClassName
{
background-color: #BDBEC7;
}
</style>
border-color css
<style>
span { border-color: #BDBEC7; }
span { border-color: rgb(189,190,199); }
td.TdClassName
{
border-color: #BDBEC7;
}
.TagClassName
{
border-color: #BDBEC7;
}
</style>