Shades of Tide #BCB7B2
Tints of Tide #BCB7B2
RGB
CMYK
RGB Variations
Color information
#BCB7B2 (or 0xBCB7B2) is known color: Tide. HEX triplet: BC, B7 and B2. RGB value is (188,183,178). Sum of RGB (Red+Green+Blue) = 188+183+178=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7B2 is #43484D. Grayscale: #B7B7B7. Windows color (decimal): -4409422 or 11712444. OLE color: 11712444.
HSL color Cylindrical-coordinate representation of color #BCB7B2: hue angle of 30º 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 #BCB7B2 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 183 | 178 | - |
CMYK | 0 | 0.03 | 0.05 | 0.26 |
HSL | 30º | 0.07% | 0.72% | - |
HSV(B) | 30º | 0.05% | 0.74% | - |
XYZ | 45.71 | 47.77 | 48.93 | - |
YUV | 183.93 | 124.66 | 130.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 183 | 178 | 0 | 0.03 | 0.05 | 0.26 | 30 | 0.07 | 0.72 |
Hex | BC | B7 | B2 | 0 | 3 | 5 | 1A | 1E | 7 | 48 |
Octal | 274 | 267 | 262 | 0 | 3 | 5 | 32 | 36 | 7 | 110 |
Binary | 10111100 | 10110111 | 10110010 | 0 | 11 | 101 | 11010 | 11110 | 111 | 1001000 |
Color Harmonies of #BCB7B2
Complementary color
Monochromatic Colors of #BCB7B2
Black with #BCB7B2
Text Example
Text Example
White with #BCB7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7B2; }
p { color: rgb(188,183,178); }
H1.HeaderClassName
{
color: #BCB7B2;
}
.AnyTagClassName
{
color: #BCB7B2;
}
</style>
background-color css
<style>
a { background-color: #BCB7B2; }
a { background-color: rgb(188,183,178); }
div.DivClassName
{
background-color: #BCB7B2;
}
.BgClassName
{
background-color: #BCB7B2;
}
</style>
border-color css
<style>
span { border-color: #BCB7B2; }
span { border-color: rgb(188,183,178); }
td.TdClassName
{
border-color: #BCB7B2;
}
.TagClassName
{
border-color: #BCB7B2;
}
</style>