Shades of Ghost #BEBEC4
Tints of Ghost #BEBEC4
RGB
CMYK
RGB Variations
Color information
#BEBEC4 (or 0xBEBEC4) is known color: Ghost. HEX triplet: BE, BE and C4. RGB value is (190,190,196). Sum of RGB (Red+Green+Blue) = 190+190+196=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEC4 is #41413B. Grayscale: #BEBEBE. Windows color (decimal): -4276540 or 12893886. OLE color: 12893886.
HSL color Cylindrical-coordinate representation of color #BEBEC4: hue angle of 240º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEBEC4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 190 | 190 | 196 | - |
CMYK | 0.03 | 0.03 | 0 | 0.23 |
HSL | 240º | 0.05% | 0.76% | - |
HSV(B) | 240º | 0.03% | 0.77% | - |
XYZ | 49.61 | 51.76 | 59.6 | - |
YUV | 190.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 190 | 196 | 0.03 | 0.03 | 0 | 0.23 | 240 | 0.05 | 0.76 |
Hex | BE | BE | C4 | 3 | 3 | 0 | 17 | F0 | 5 | 4C |
Octal | 276 | 276 | 304 | 3 | 3 | 0 | 27 | 360 | 5 | 114 |
Binary | 10111110 | 10111110 | 11000100 | 11 | 11 | 0 | 10111 | 11110000 | 101 | 1001100 |
Color Harmonies of #BEBEC4
Complementary color
Monochromatic Colors of #BEBEC4
Black with #BEBEC4
Text Example
Text Example
White with #BEBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEC4; }
p { color: rgb(190,190,196); }
H1.HeaderClassName
{
color: #BEBEC4;
}
.AnyTagClassName
{
color: #BEBEC4;
}
</style>
background-color css
<style>
a { background-color: #BEBEC4; }
a { background-color: rgb(190,190,196); }
div.DivClassName
{
background-color: #BEBEC4;
}
.BgClassName
{
background-color: #BEBEC4;
}
</style>
border-color css
<style>
span { border-color: #BEBEC4; }
span { border-color: rgb(190,190,196); }
td.TdClassName
{
border-color: #BEBEC4;
}
.TagClassName
{
border-color: #BEBEC4;
}
</style>