Shades of Tasman #BFC8B2
Tints of Tasman #BFC8B2
RGB
CMYK
RGB Variations
Color information
#BFC8B2 (or 0xBFC8B2) is known color: Tasman. HEX triplet: BF, C8 and B2. RGB value is (191,200,178). Sum of RGB (Red+Green+Blue) = 191+200+178=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8B2 is #40374D. Grayscale: #C2C2C2. Windows color (decimal): -4208462 or 11716799. OLE color: 11716799.
HSL color Cylindrical-coordinate representation of color #BFC8B2: hue angle of 84.55º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC8B2 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 178 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.22 |
| HSL | 84.55º | 0.17% | 0.74% | - |
| HSV(B) | 84.55º | 0.11% | 0.78% | - |
| XYZ | 50.18 | 55.6 | 50.21 | - |
| YUV | 194.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 178 | 0.04 | 0 | 0.11 | 0.22 | 84.55 | 0.17 | 0.74 |
| Hex | BF | C8 | B2 | 4 | 0 | B | 16 | 55 | 11 | 4A |
| Octal | 277 | 310 | 262 | 4 | 0 | 13 | 26 | 125 | 21 | 112 |
| Binary | 10111111 | 11001000 | 10110010 | 100 | 0 | 1011 | 10110 | 1010101 | 10001 | 1001010 |
Color Harmonies of #BFC8B2
Complementary color
Monochromatic Colors of #BFC8B2
Black with #BFC8B2
Text Example
Text Example
White with #BFC8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8B2; }
p { color: rgb(191,200,178); }
H1.HeaderClassName
{
color: #BFC8B2;
}
.AnyTagClassName
{
color: #BFC8B2;
}
</style>
background-color css
<style>
a { background-color: #BFC8B2; }
a { background-color: rgb(191,200,178); }
div.DivClassName
{
background-color: #BFC8B2;
}
.BgClassName
{
background-color: #BFC8B2;
}
</style>
border-color css
<style>
span { border-color: #BFC8B2; }
span { border-color: rgb(191,200,178); }
td.TdClassName
{
border-color: #BFC8B2;
}
.TagClassName
{
border-color: #BFC8B2;
}
</style>