Shades of Ghost #BEBECB
Tints of Ghost #BEBECB
RGB
CMYK
RGB Variations
Color information
#BEBECB (or 0xBEBECB) is known color: Ghost. HEX triplet: BE, BE and CB. RGB value is (190,190,203). Sum of RGB (Red+Green+Blue) = 190+190+203=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBECB is #414134. Grayscale: #BFBFBF. Windows color (decimal): -4276533 or 13352638. OLE color: 13352638.
HSL color Cylindrical-coordinate representation of color #BEBECB: hue angle of 240º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBECB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 190 | 203 | - |
CMYK | 0.06 | 0.06 | 0 | 0.20 |
HSL | 240º | 0.11% | 0.77% | - |
HSV(B) | 240º | 0.06% | 0.8% | - |
XYZ | 50.43 | 52.09 | 63.9 | - |
YUV | 191.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 190 | 203 | 0.06 | 0.06 | 0 | 0.20 | 240 | 0.11 | 0.77 |
Hex | BE | BE | CB | 6 | 6 | 0 | 14 | F0 | B | 4D |
Octal | 276 | 276 | 313 | 6 | 6 | 0 | 24 | 360 | 13 | 115 |
Binary | 10111110 | 10111110 | 11001011 | 110 | 110 | 0 | 10100 | 11110000 | 1011 | 1001101 |
Color Harmonies of #BEBECB
Complementary color
Monochromatic Colors of #BEBECB
Black with #BEBECB
Text Example
Text Example
White with #BEBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBECB; }
p { color: rgb(190,190,203); }
H1.HeaderClassName
{
color: #BEBECB;
}
.AnyTagClassName
{
color: #BEBECB;
}
</style>
background-color css
<style>
a { background-color: #BEBECB; }
a { background-color: rgb(190,190,203); }
div.DivClassName
{
background-color: #BEBECB;
}
.BgClassName
{
background-color: #BEBECB;
}
</style>
border-color css
<style>
span { border-color: #BEBECB; }
span { border-color: rgb(190,190,203); }
td.TdClassName
{
border-color: #BEBECB;
}
.TagClassName
{
border-color: #BEBECB;
}
</style>