Shades of Tide #BCB5AF
Tints of Tide #BCB5AF
RGB
CMYK
RGB Variations
Color information
#BCB5AF (or 0xBCB5AF) is known color: Tide. HEX triplet: BC, B5 and AF. RGB value is (188,181,175). Sum of RGB (Red+Green+Blue) = 188+181+175=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5AF is #434A50. Grayscale: #B6B6B6. Windows color (decimal): -4409937 or 11515324. OLE color: 11515324.
HSL color Cylindrical-coordinate representation of color #BCB5AF: hue angle of 27.69º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB5AF is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 181 | 175 | - |
CMYK | 0 | 0.04 | 0.07 | 0.26 |
HSL | 27.69º | 0.09% | 0.71% | - |
HSV(B) | 27.69º | 0.07% | 0.74% | - |
XYZ | 45 | 46.83 | 47.23 | - |
YUV | 182.41 | 123.82 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 181 | 175 | 0 | 0.04 | 0.07 | 0.26 | 27.69 | 0.09 | 0.71 |
Hex | BC | B5 | AF | 0 | 4 | 7 | 1A | 1C | 9 | 47 |
Octal | 274 | 265 | 257 | 0 | 4 | 7 | 32 | 34 | 11 | 107 |
Binary | 10111100 | 10110101 | 10101111 | 0 | 100 | 111 | 11010 | 11100 | 1001 | 1000111 |
Color Harmonies of #BCB5AF
Complementary color
Monochromatic Colors of #BCB5AF
Black with #BCB5AF
Text Example
Text Example
White with #BCB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5AF; }
p { color: rgb(188,181,175); }
H1.HeaderClassName
{
color: #BCB5AF;
}
.AnyTagClassName
{
color: #BCB5AF;
}
</style>
background-color css
<style>
a { background-color: #BCB5AF; }
a { background-color: rgb(188,181,175); }
div.DivClassName
{
background-color: #BCB5AF;
}
.BgClassName
{
background-color: #BCB5AF;
}
</style>
border-color css
<style>
span { border-color: #BCB5AF; }
span { border-color: rgb(188,181,175); }
td.TdClassName
{
border-color: #BCB5AF;
}
.TagClassName
{
border-color: #BCB5AF;
}
</style>