Shades of Tide #BCB7B3
Tints of Tide #BCB7B3
RGB
CMYK
RGB Variations
Color information
#BCB7B3 (or 0xBCB7B3) is known color: Tide. HEX triplet: BC, B7 and B3. RGB value is (188,183,179). Sum of RGB (Red+Green+Blue) = 188+183+179=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7B3 is #43484C. Grayscale: #B8B8B8. Windows color (decimal): -4409421 or 11777980. OLE color: 11777980.
HSL color Cylindrical-coordinate representation of color #BCB7B3: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB7B3 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 179 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.26 |
| HSL | 26.67º | 0.06% | 0.72% | - |
| HSV(B) | 26.67º | 0.05% | 0.74% | - |
| XYZ | 45.81 | 47.81 | 49.46 | - |
| YUV | 184.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 179 | 0 | 0.03 | 0.05 | 0.26 | 26.67 | 0.06 | 0.72 |
| Hex | BC | B7 | B3 | 0 | 3 | 5 | 1A | 1B | 6 | 48 |
| Octal | 274 | 267 | 263 | 0 | 3 | 5 | 32 | 33 | 6 | 110 |
| Binary | 10111100 | 10110111 | 10110011 | 0 | 11 | 101 | 11010 | 11011 | 110 | 1001000 |
Color Harmonies of #BCB7B3
Complementary color
Monochromatic Colors of #BCB7B3
Black with #BCB7B3
Text Example
Text Example
White with #BCB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7B3; }
p { color: rgb(188,183,179); }
H1.HeaderClassName
{
color: #BCB7B3;
}
.AnyTagClassName
{
color: #BCB7B3;
}
</style>
background-color css
<style>
a { background-color: #BCB7B3; }
a { background-color: rgb(188,183,179); }
div.DivClassName
{
background-color: #BCB7B3;
}
.BgClassName
{
background-color: #BCB7B3;
}
</style>
border-color css
<style>
span { border-color: #BCB7B3; }
span { border-color: rgb(188,183,179); }
td.TdClassName
{
border-color: #BCB7B3;
}
.TagClassName
{
border-color: #BCB7B3;
}
</style>