Shades of Tide #BCB2A8
Tints of Tide #BCB2A8
RGB
CMYK
RGB Variations
Color information
#BCB2A8 (or 0xBCB2A8) is known color: Tide. HEX triplet: BC, B2 and A8. RGB value is (188,178,168). Sum of RGB (Red+Green+Blue) = 188+178+168=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A8 is #434D57. Grayscale: #B3B3B3. Windows color (decimal): -4410712 or 11055804. OLE color: 11055804.
HSL color Cylindrical-coordinate representation of color #BCB2A8: hue angle of 30º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB2A8 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 178 | 168 | - |
CMYK | 0 | 0.05 | 0.11 | 0.26 |
HSL | 30º | 0.13% | 0.7% | - |
HSV(B) | 30º | 0.11% | 0.74% | - |
XYZ | 43.73 | 45.36 | 43.5 | - |
YUV | 179.85 | 121.31 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 178 | 168 | 0 | 0.05 | 0.11 | 0.26 | 30 | 0.13 | 0.7 |
Hex | BC | B2 | A8 | 0 | 5 | B | 1A | 1E | D | 46 |
Octal | 274 | 262 | 250 | 0 | 5 | 13 | 32 | 36 | 15 | 106 |
Binary | 10111100 | 10110010 | 10101000 | 0 | 101 | 1011 | 11010 | 11110 | 1101 | 1000110 |
Color Harmonies of #BCB2A8
Complementary color
Monochromatic Colors of #BCB2A8
Black with #BCB2A8
Text Example
Text Example
White with #BCB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2A8; }
p { color: rgb(188,178,168); }
H1.HeaderClassName
{
color: #BCB2A8;
}
.AnyTagClassName
{
color: #BCB2A8;
}
</style>
background-color css
<style>
a { background-color: #BCB2A8; }
a { background-color: rgb(188,178,168); }
div.DivClassName
{
background-color: #BCB2A8;
}
.BgClassName
{
background-color: #BCB2A8;
}
</style>
border-color css
<style>
span { border-color: #BCB2A8; }
span { border-color: rgb(188,178,168); }
td.TdClassName
{
border-color: #BCB2A8;
}
.TagClassName
{
border-color: #BCB2A8;
}
</style>