Shades of Tasman #BFC9B2
Tints of Tasman #BFC9B2
RGB
CMYK
RGB Variations
Color information
#BFC9B2 (or 0xBFC9B2) is known color: Tasman. HEX triplet: BF, C9 and B2. RGB value is (191,201,178). Sum of RGB (Red+Green+Blue) = 191+201+178=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9B2 is #40364D. Grayscale: #C3C3C3. Windows color (decimal): -4208206 or 11717055. OLE color: 11717055.
HSL color Cylindrical-coordinate representation of color #BFC9B2: hue angle of 86.09º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC9B2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 178 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.21 |
| HSL | 86.09º | 0.18% | 0.74% | - |
| HSV(B) | 86.09º | 0.11% | 0.79% | - |
| XYZ | 50.41 | 56.06 | 50.28 | - |
| YUV | 195.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 178 | 0.05 | 0 | 0.11 | 0.21 | 86.09 | 0.18 | 0.74 |
| Hex | BF | C9 | B2 | 5 | 0 | B | 15 | 56 | 12 | 4A |
| Octal | 277 | 311 | 262 | 5 | 0 | 13 | 25 | 126 | 22 | 112 |
| Binary | 10111111 | 11001001 | 10110010 | 101 | 0 | 1011 | 10101 | 1010110 | 10010 | 1001010 |
Color Harmonies of #BFC9B2
Complementary color
Monochromatic Colors of #BFC9B2
Black with #BFC9B2
Text Example
Text Example
White with #BFC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9B2; }
p { color: rgb(191,201,178); }
H1.HeaderClassName
{
color: #BFC9B2;
}
.AnyTagClassName
{
color: #BFC9B2;
}
</style>
background-color css
<style>
a { background-color: #BFC9B2; }
a { background-color: rgb(191,201,178); }
div.DivClassName
{
background-color: #BFC9B2;
}
.BgClassName
{
background-color: #BFC9B2;
}
</style>
border-color css
<style>
span { border-color: #BFC9B2; }
span { border-color: rgb(191,201,178); }
td.TdClassName
{
border-color: #BFC9B2;
}
.TagClassName
{
border-color: #BFC9B2;
}
</style>