Shades of Zanah #BCCBBA
Tints of Zanah #BCCBBA
RGB
CMYK
RGB Variations
Color information
#BCCBBA (or 0xBCCBBA) is known color: Zanah. HEX triplet: BC, CB and BA. RGB value is (188,203,186). Sum of RGB (Red+Green+Blue) = 188+203+186=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBBA is #433445. Grayscale: #C4C4C4. Windows color (decimal): -4404294 or 12241852. OLE color: 12241852.
HSL color Cylindrical-coordinate representation of color #BCCBBA: hue angle of 112.94º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCBBA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 186 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.20 |
| HSL | 112.94º | 0.14% | 0.76% | - |
| HSV(B) | 112.94º | 0.08% | 0.8% | - |
| XYZ | 50.96 | 56.95 | 54.76 | - |
| YUV | 196.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 186 | 0.07 | 0 | 0.08 | 0.20 | 112.94 | 0.14 | 0.76 |
| Hex | BC | CB | BA | 7 | 0 | 8 | 14 | 71 | E | 4C |
| Octal | 274 | 313 | 272 | 7 | 0 | 10 | 24 | 161 | 16 | 114 |
| Binary | 10111100 | 11001011 | 10111010 | 111 | 0 | 1000 | 10100 | 1110001 | 1110 | 1001100 |
Color Harmonies of #BCCBBA
Complementary color
Monochromatic Colors of #BCCBBA
Black with #BCCBBA
Text Example
Text Example
White with #BCCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBBA; }
p { color: rgb(188,203,186); }
H1.HeaderClassName
{
color: #BCCBBA;
}
.AnyTagClassName
{
color: #BCCBBA;
}
</style>
background-color css
<style>
a { background-color: #BCCBBA; }
a { background-color: rgb(188,203,186); }
div.DivClassName
{
background-color: #BCCBBA;
}
.BgClassName
{
background-color: #BCCBBA;
}
</style>
border-color css
<style>
span { border-color: #BCCBBA; }
span { border-color: rgb(188,203,186); }
td.TdClassName
{
border-color: #BCCBBA;
}
.TagClassName
{
border-color: #BCCBBA;
}
</style>