Shades of Tasman #BCC3B0
Tints of Tasman #BCC3B0
RGB
CMYK
RGB Variations
Color information
#BCC3B0 (or 0xBCC3B0) is known color: Tasman. HEX triplet: BC, C3 and B0. RGB value is (188,195,176). Sum of RGB (Red+Green+Blue) = 188+195+176=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3B0 is #433C4F. Grayscale: #BEBEBE. Windows color (decimal): -4406352 or 11584444. OLE color: 11584444.
HSL color Cylindrical-coordinate representation of color #BCC3B0: hue angle of 82.11º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC3B0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 176 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.24 |
| HSL | 82.11º | 0.14% | 0.73% | - |
| HSV(B) | 82.11º | 0.1% | 0.76% | - |
| XYZ | 48.09 | 52.86 | 48.74 | - |
| YUV | 190.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 176 | 0.04 | 0 | 0.10 | 0.24 | 82.11 | 0.14 | 0.73 |
| Hex | BC | C3 | B0 | 4 | 0 | A | 18 | 52 | E | 49 |
| Octal | 274 | 303 | 260 | 4 | 0 | 12 | 30 | 122 | 16 | 111 |
| Binary | 10111100 | 11000011 | 10110000 | 100 | 0 | 1010 | 11000 | 1010010 | 1110 | 1001001 |
Color Harmonies of #BCC3B0
Complementary color
Monochromatic Colors of #BCC3B0
Black with #BCC3B0
Text Example
Text Example
White with #BCC3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3B0; }
p { color: rgb(188,195,176); }
H1.HeaderClassName
{
color: #BCC3B0;
}
.AnyTagClassName
{
color: #BCC3B0;
}
</style>
background-color css
<style>
a { background-color: #BCC3B0; }
a { background-color: rgb(188,195,176); }
div.DivClassName
{
background-color: #BCC3B0;
}
.BgClassName
{
background-color: #BCC3B0;
}
</style>
border-color css
<style>
span { border-color: #BCC3B0; }
span { border-color: rgb(188,195,176); }
td.TdClassName
{
border-color: #BCC3B0;
}
.TagClassName
{
border-color: #BCC3B0;
}
</style>