Shades of Tasman #BCC7AF
Tints of Tasman #BCC7AF
RGB
CMYK
RGB Variations
Color information
#BCC7AF (or 0xBCC7AF) is known color: Tasman. HEX triplet: BC, C7 and AF. RGB value is (188,199,175). Sum of RGB (Red+Green+Blue) = 188+199+175=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7AF is #433850. Grayscale: #C1C1C1. Windows color (decimal): -4405329 or 11519932. OLE color: 11519932.
HSL color Cylindrical-coordinate representation of color #BCC7AF: hue angle of 87.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC7AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 175 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.22 |
| HSL | 87.5º | 0.18% | 0.73% | - |
| HSV(B) | 87.5º | 0.12% | 0.78% | - |
| XYZ | 48.9 | 54.63 | 48.53 | - |
| YUV | 192.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 175 | 0.06 | 0 | 0.12 | 0.22 | 87.5 | 0.18 | 0.73 |
| Hex | BC | C7 | AF | 6 | 0 | C | 16 | 57 | 12 | 49 |
| Octal | 274 | 307 | 257 | 6 | 0 | 14 | 26 | 127 | 22 | 111 |
| Binary | 10111100 | 11000111 | 10101111 | 110 | 0 | 1100 | 10110 | 1010111 | 10010 | 1001001 |
Color Harmonies of #BCC7AF
Complementary color
Monochromatic Colors of #BCC7AF
Black with #BCC7AF
Text Example
Text Example
White with #BCC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7AF; }
p { color: rgb(188,199,175); }
H1.HeaderClassName
{
color: #BCC7AF;
}
.AnyTagClassName
{
color: #BCC7AF;
}
</style>
background-color css
<style>
a { background-color: #BCC7AF; }
a { background-color: rgb(188,199,175); }
div.DivClassName
{
background-color: #BCC7AF;
}
.BgClassName
{
background-color: #BCC7AF;
}
</style>
border-color css
<style>
span { border-color: #BCC7AF; }
span { border-color: rgb(188,199,175); }
td.TdClassName
{
border-color: #BCC7AF;
}
.TagClassName
{
border-color: #BCC7AF;
}
</style>