Shades of Ghost #BCBCC7
Tints of Ghost #BCBCC7
RGB
CMYK
RGB Variations
Color information
#BCBCC7 (or 0xBCBCC7) is known color: Ghost. HEX triplet: BC, BC and C7. RGB value is (188,188,199). Sum of RGB (Red+Green+Blue) = 188+188+199=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC7 is #434338. Grayscale: #BDBDBD. Windows color (decimal): -4408121 or 13089980. OLE color: 13089980.
HSL color Cylindrical-coordinate representation of color #BCBCC7: hue angle of 240º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBCC7 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 188 | 188 | 199 | - |
CMYK | 0.06 | 0.06 | 0 | 0.22 |
HSL | 240º | 0.09% | 0.76% | - |
HSV(B) | 240º | 0.06% | 0.78% | - |
XYZ | 49.03 | 50.78 | 61.25 | - |
YUV | 189.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 188 | 199 | 0.06 | 0.06 | 0 | 0.22 | 240 | 0.09 | 0.76 |
Hex | BC | BC | C7 | 6 | 6 | 0 | 16 | F0 | 9 | 4C |
Octal | 274 | 274 | 307 | 6 | 6 | 0 | 26 | 360 | 11 | 114 |
Binary | 10111100 | 10111100 | 11000111 | 110 | 110 | 0 | 10110 | 11110000 | 1001 | 1001100 |
Color Harmonies of #BCBCC7
Complementary color
Monochromatic Colors of #BCBCC7
Black with #BCBCC7
Text Example
Text Example
White with #BCBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCC7; }
p { color: rgb(188,188,199); }
H1.HeaderClassName
{
color: #BCBCC7;
}
.AnyTagClassName
{
color: #BCBCC7;
}
</style>
background-color css
<style>
a { background-color: #BCBCC7; }
a { background-color: rgb(188,188,199); }
div.DivClassName
{
background-color: #BCBCC7;
}
.BgClassName
{
background-color: #BCBCC7;
}
</style>
border-color css
<style>
span { border-color: #BCBCC7; }
span { border-color: rgb(188,188,199); }
td.TdClassName
{
border-color: #BCBCC7;
}
.TagClassName
{
border-color: #BCBCC7;
}
</style>