Shades of Tide #BCB6B2
Tints of Tide #BCB6B2
RGB
CMYK
RGB Variations
Color information
#BCB6B2 (or 0xBCB6B2) is known color: Tide. HEX triplet: BC, B6 and B2. RGB value is (188,182,178). Sum of RGB (Red+Green+Blue) = 188+182+178=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6B2 is #43494D. Grayscale: #B7B7B7. Windows color (decimal): -4409678 or 11712188. OLE color: 11712188.
HSL color Cylindrical-coordinate representation of color #BCB6B2: hue angle of 24º degrees, saturation: 0.07, 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 #BCB6B2 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 178 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.26 |
| HSL | 24º | 0.07% | 0.72% | - |
| HSV(B) | 24º | 0.05% | 0.74% | - |
| XYZ | 45.5 | 47.36 | 48.86 | - |
| YUV | 183.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 178 | 0 | 0.03 | 0.05 | 0.26 | 24 | 0.07 | 0.72 |
| Hex | BC | B6 | B2 | 0 | 3 | 5 | 1A | 18 | 7 | 48 |
| Octal | 274 | 266 | 262 | 0 | 3 | 5 | 32 | 30 | 7 | 110 |
| Binary | 10111100 | 10110110 | 10110010 | 0 | 11 | 101 | 11010 | 11000 | 111 | 1001000 |
Color Harmonies of #BCB6B2
Complementary color
Monochromatic Colors of #BCB6B2
Black with #BCB6B2
Text Example
Text Example
White with #BCB6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6B2; }
p { color: rgb(188,182,178); }
H1.HeaderClassName
{
color: #BCB6B2;
}
.AnyTagClassName
{
color: #BCB6B2;
}
</style>
background-color css
<style>
a { background-color: #BCB6B2; }
a { background-color: rgb(188,182,178); }
div.DivClassName
{
background-color: #BCB6B2;
}
.BgClassName
{
background-color: #BCB6B2;
}
</style>
border-color css
<style>
span { border-color: #BCB6B2; }
span { border-color: rgb(188,182,178); }
td.TdClassName
{
border-color: #BCB6B2;
}
.TagClassName
{
border-color: #BCB6B2;
}
</style>