Shades of Tasman #BCC2B2
Tints of Tasman #BCC2B2
RGB
CMYK
RGB Variations
Color information
#BCC2B2 (or 0xBCC2B2) is known color: Tasman. HEX triplet: BC, C2 and B2. RGB value is (188,194,178). Sum of RGB (Red+Green+Blue) = 188+194+178=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2B2 is #433D4D. Grayscale: #BEBEBE. Windows color (decimal): -4406606 or 11715260. OLE color: 11715260.
HSL color Cylindrical-coordinate representation of color #BCC2B2: hue angle of 82.5º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC2B2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 178 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.24 |
| HSL | 82.5º | 0.12% | 0.73% | - |
| HSV(B) | 82.5º | 0.08% | 0.76% | - |
| XYZ | 48.07 | 52.49 | 49.72 | - |
| YUV | 190.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 178 | 0.03 | 0 | 0.08 | 0.24 | 82.5 | 0.12 | 0.73 |
| Hex | BC | C2 | B2 | 3 | 0 | 8 | 18 | 52 | C | 49 |
| Octal | 274 | 302 | 262 | 3 | 0 | 10 | 30 | 122 | 14 | 111 |
| Binary | 10111100 | 11000010 | 10110010 | 11 | 0 | 1000 | 11000 | 1010010 | 1100 | 1001001 |
Color Harmonies of #BCC2B2
Complementary color
Monochromatic Colors of #BCC2B2
Black with #BCC2B2
Text Example
Text Example
White with #BCC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2B2; }
p { color: rgb(188,194,178); }
H1.HeaderClassName
{
color: #BCC2B2;
}
.AnyTagClassName
{
color: #BCC2B2;
}
</style>
background-color css
<style>
a { background-color: #BCC2B2; }
a { background-color: rgb(188,194,178); }
div.DivClassName
{
background-color: #BCC2B2;
}
.BgClassName
{
background-color: #BCC2B2;
}
</style>
border-color css
<style>
span { border-color: #BCC2B2; }
span { border-color: rgb(188,194,178); }
td.TdClassName
{
border-color: #BCC2B2;
}
.TagClassName
{
border-color: #BCC2B2;
}
</style>