Shades of Tasman #BFCAB2
Tints of Tasman #BFCAB2
RGB
CMYK
RGB Variations
Color information
#BFCAB2 (or 0xBFCAB2) is known color: Tasman. HEX triplet: BF, CA and B2. RGB value is (191,202,178). Sum of RGB (Red+Green+Blue) = 191+202+178=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAB2 is #40354D. Grayscale: #C4C4C4. Windows color (decimal): -4207950 or 11717311. OLE color: 11717311.
HSL color Cylindrical-coordinate representation of color #BFCAB2: hue angle of 87.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCAB2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 178 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.21 |
| HSL | 87.5º | 0.18% | 0.75% | - |
| HSV(B) | 87.5º | 0.12% | 0.79% | - |
| XYZ | 50.64 | 56.53 | 50.36 | - |
| YUV | 195.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 178 | 0.05 | 0 | 0.12 | 0.21 | 87.5 | 0.18 | 0.75 |
| Hex | BF | CA | B2 | 5 | 0 | C | 15 | 57 | 12 | 4B |
| Octal | 277 | 312 | 262 | 5 | 0 | 14 | 25 | 127 | 22 | 113 |
| Binary | 10111111 | 11001010 | 10110010 | 101 | 0 | 1100 | 10101 | 1010111 | 10010 | 1001011 |
Color Harmonies of #BFCAB2
Complementary color
Monochromatic Colors of #BFCAB2
Black with #BFCAB2
Text Example
Text Example
White with #BFCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAB2; }
p { color: rgb(191,202,178); }
H1.HeaderClassName
{
color: #BFCAB2;
}
.AnyTagClassName
{
color: #BFCAB2;
}
</style>
background-color css
<style>
a { background-color: #BFCAB2; }
a { background-color: rgb(191,202,178); }
div.DivClassName
{
background-color: #BFCAB2;
}
.BgClassName
{
background-color: #BFCAB2;
}
</style>
border-color css
<style>
span { border-color: #BFCAB2; }
span { border-color: rgb(191,202,178); }
td.TdClassName
{
border-color: #BFCAB2;
}
.TagClassName
{
border-color: #BFCAB2;
}
</style>