Shades of Tasman #BFC4B4
Tints of Tasman #BFC4B4
RGB
CMYK
RGB Variations
Color information
#BFC4B4 (or 0xBFC4B4) is known color: Tasman. HEX triplet: BF, C4 and B4. RGB value is (191,196,180). Sum of RGB (Red+Green+Blue) = 191+196+180=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4B4 is #403B4B. Grayscale: #C0C0C0. Windows color (decimal): -4209484 or 11846847. OLE color: 11846847.
HSL color Cylindrical-coordinate representation of color #BFC4B4: hue angle of 78.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC4B4 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 180 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.23 |
| HSL | 78.75º | 0.12% | 0.74% | - |
| HSV(B) | 78.75º | 0.08% | 0.77% | - |
| XYZ | 49.46 | 53.85 | 50.97 | - |
| YUV | 192.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 180 | 0.03 | 0 | 0.08 | 0.23 | 78.75 | 0.12 | 0.74 |
| Hex | BF | C4 | B4 | 3 | 0 | 8 | 17 | 4F | C | 4A |
| Octal | 277 | 304 | 264 | 3 | 0 | 10 | 27 | 117 | 14 | 112 |
| Binary | 10111111 | 11000100 | 10110100 | 11 | 0 | 1000 | 10111 | 1001111 | 1100 | 1001010 |
Color Harmonies of #BFC4B4
Complementary color
Monochromatic Colors of #BFC4B4
Black with #BFC4B4
Text Example
Text Example
White with #BFC4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4B4; }
p { color: rgb(191,196,180); }
H1.HeaderClassName
{
color: #BFC4B4;
}
.AnyTagClassName
{
color: #BFC4B4;
}
</style>
background-color css
<style>
a { background-color: #BFC4B4; }
a { background-color: rgb(191,196,180); }
div.DivClassName
{
background-color: #BFC4B4;
}
.BgClassName
{
background-color: #BFC4B4;
}
</style>
border-color css
<style>
span { border-color: #BFC4B4; }
span { border-color: rgb(191,196,180); }
td.TdClassName
{
border-color: #BFC4B4;
}
.TagClassName
{
border-color: #BFC4B4;
}
</style>