Shades of Tasman #BCC5AF
Tints of Tasman #BCC5AF
RGB
CMYK
RGB Variations
Color information
#BCC5AF (or 0xBCC5AF) is known color: Tasman. HEX triplet: BC, C5 and AF. RGB value is (188,197,175). Sum of RGB (Red+Green+Blue) = 188+197+175=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AF is #433A50. Grayscale: #BFBFBF. Windows color (decimal): -4405841 or 11519420. OLE color: 11519420.
HSL color Cylindrical-coordinate representation of color #BCC5AF: hue angle of 84.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC5AF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 175 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.23 |
| HSL | 84.55º | 0.16% | 0.73% | - |
| HSV(B) | 84.55º | 0.11% | 0.77% | - |
| XYZ | 48.44 | 53.72 | 48.37 | - |
| YUV | 191.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 175 | 0.05 | 0 | 0.11 | 0.23 | 84.55 | 0.16 | 0.73 |
| Hex | BC | C5 | AF | 5 | 0 | B | 17 | 55 | 10 | 49 |
| Octal | 274 | 305 | 257 | 5 | 0 | 13 | 27 | 125 | 20 | 111 |
| Binary | 10111100 | 11000101 | 10101111 | 101 | 0 | 1011 | 10111 | 1010101 | 10000 | 1001001 |
Color Harmonies of #BCC5AF
Complementary color
Monochromatic Colors of #BCC5AF
Black with #BCC5AF
Text Example
Text Example
White with #BCC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5AF; }
p { color: rgb(188,197,175); }
H1.HeaderClassName
{
color: #BCC5AF;
}
.AnyTagClassName
{
color: #BCC5AF;
}
</style>
background-color css
<style>
a { background-color: #BCC5AF; }
a { background-color: rgb(188,197,175); }
div.DivClassName
{
background-color: #BCC5AF;
}
.BgClassName
{
background-color: #BCC5AF;
}
</style>
border-color css
<style>
span { border-color: #BCC5AF; }
span { border-color: rgb(188,197,175); }
td.TdClassName
{
border-color: #BCC5AF;
}
.TagClassName
{
border-color: #BCC5AF;
}
</style>