Shades of Ghost #BDBEC3
Tints of Ghost #BDBEC3
RGB
CMYK
RGB Variations
Color information
#BDBEC3 (or 0xBDBEC3) is known color: Ghost. HEX triplet: BD, BE and C3. RGB value is (189,190,195). Sum of RGB (Red+Green+Blue) = 189+190+195=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC3 is #42413C. Grayscale: #BEBEBE. Windows color (decimal): -4342077 or 12828349. OLE color: 12828349.
HSL color Cylindrical-coordinate representation of color #BDBEC3: hue angle of 230º degrees, saturation: 0.05, 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 #BDBEC3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 190 | 195 | - |
CMYK | 0.03 | 0.03 | 0 | 0.24 |
HSL | 230º | 0.05% | 0.75% | - |
HSV(B) | 230º | 0.03% | 0.76% | - |
XYZ | 49.25 | 51.59 | 58.99 | - |
YUV | 190.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 195 | 0.03 | 0.03 | 0 | 0.24 | 230 | 0.05 | 0.75 |
Hex | BD | BE | C3 | 3 | 3 | 0 | 18 | E6 | 5 | 4B |
Octal | 275 | 276 | 303 | 3 | 3 | 0 | 30 | 346 | 5 | 113 |
Binary | 10111101 | 10111110 | 11000011 | 11 | 11 | 0 | 11000 | 11100110 | 101 | 1001011 |
Color Harmonies of #BDBEC3
Complementary color
Monochromatic Colors of #BDBEC3
Black with #BDBEC3
Text Example
Text Example
White with #BDBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEC3; }
p { color: rgb(189,190,195); }
H1.HeaderClassName
{
color: #BDBEC3;
}
.AnyTagClassName
{
color: #BDBEC3;
}
</style>
background-color css
<style>
a { background-color: #BDBEC3; }
a { background-color: rgb(189,190,195); }
div.DivClassName
{
background-color: #BDBEC3;
}
.BgClassName
{
background-color: #BDBEC3;
}
</style>
border-color css
<style>
span { border-color: #BDBEC3; }
span { border-color: rgb(189,190,195); }
td.TdClassName
{
border-color: #BDBEC3;
}
.TagClassName
{
border-color: #BDBEC3;
}
</style>