Shades of Zanah #BCCDBA
Tints of Zanah #BCCDBA
RGB
CMYK
RGB Variations
Color information
#BCCDBA (or 0xBCCDBA) is known color: Zanah. HEX triplet: BC, CD and BA. RGB value is (188,205,186). Sum of RGB (Red+Green+Blue) = 188+205+186=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDBA is #433245. Grayscale: #C5C5C5. Windows color (decimal): -4403782 or 12242364. OLE color: 12242364.
HSL color Cylindrical-coordinate representation of color #BCCDBA: hue angle of 113.68º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCDBA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 186 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.20 |
| HSL | 113.68º | 0.16% | 0.77% | - |
| HSV(B) | 113.68º | 0.09% | 0.8% | - |
| XYZ | 51.43 | 57.9 | 54.92 | - |
| YUV | 197.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 186 | 0.08 | 0 | 0.09 | 0.20 | 113.68 | 0.16 | 0.77 |
| Hex | BC | CD | BA | 8 | 0 | 9 | 14 | 72 | 10 | 4D |
| Octal | 274 | 315 | 272 | 10 | 0 | 11 | 24 | 162 | 20 | 115 |
| Binary | 10111100 | 11001101 | 10111010 | 1000 | 0 | 1001 | 10100 | 1110010 | 10000 | 1001101 |
Color Harmonies of #BCCDBA
Complementary color
Monochromatic Colors of #BCCDBA
Black with #BCCDBA
Text Example
Text Example
White with #BCCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDBA; }
p { color: rgb(188,205,186); }
H1.HeaderClassName
{
color: #BCCDBA;
}
.AnyTagClassName
{
color: #BCCDBA;
}
</style>
background-color css
<style>
a { background-color: #BCCDBA; }
a { background-color: rgb(188,205,186); }
div.DivClassName
{
background-color: #BCCDBA;
}
.BgClassName
{
background-color: #BCCDBA;
}
</style>
border-color css
<style>
span { border-color: #BCCDBA; }
span { border-color: rgb(188,205,186); }
td.TdClassName
{
border-color: #BCCDBA;
}
.TagClassName
{
border-color: #BCCDBA;
}
</style>