Shades of Ghost #BDBEC2
Tints of Ghost #BDBEC2
RGB
CMYK
RGB Variations
Color information
#BDBEC2 (or 0xBDBEC2) is known color: Ghost. HEX triplet: BD, BE and C2. RGB value is (189,190,194). Sum of RGB (Red+Green+Blue) = 189+190+194=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC2 is #42413D. Grayscale: #BEBEBE. Windows color (decimal): -4342078 or 12762813. OLE color: 12762813.
HSL color Cylindrical-coordinate representation of color #BDBEC2: hue angle of 228º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBEC2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 190 | 194 | - |
CMYK | 0.03 | 0.02 | 0 | 0.24 |
HSL | 228º | 0.04% | 0.75% | - |
HSV(B) | 228º | 0.03% | 0.76% | - |
XYZ | 49.14 | 51.54 | 58.4 | - |
YUV | 190.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 194 | 0.03 | 0.02 | 0 | 0.24 | 228 | 0.04 | 0.75 |
Hex | BD | BE | C2 | 3 | 2 | 0 | 18 | E4 | 4 | 4B |
Octal | 275 | 276 | 302 | 3 | 2 | 0 | 30 | 344 | 4 | 113 |
Binary | 10111101 | 10111110 | 11000010 | 11 | 10 | 0 | 11000 | 11100100 | 100 | 1001011 |
Color Harmonies of #BDBEC2
Complementary color
Monochromatic Colors of #BDBEC2
Black with #BDBEC2
Text Example
Text Example
White with #BDBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEC2; }
p { color: rgb(189,190,194); }
H1.HeaderClassName
{
color: #BDBEC2;
}
.AnyTagClassName
{
color: #BDBEC2;
}
</style>
background-color css
<style>
a { background-color: #BDBEC2; }
a { background-color: rgb(189,190,194); }
div.DivClassName
{
background-color: #BDBEC2;
}
.BgClassName
{
background-color: #BDBEC2;
}
</style>
border-color css
<style>
span { border-color: #BDBEC2; }
span { border-color: rgb(189,190,194); }
td.TdClassName
{
border-color: #BDBEC2;
}
.TagClassName
{
border-color: #BDBEC2;
}
</style>