Shades of Cloud #BCBAB7
Tints of Cloud #BCBAB7
RGB
CMYK
RGB Variations
Color information
#BCBAB7 (or 0xBCBAB7) is known color: Cloud. HEX triplet: BC, BA and B7. RGB value is (188,186,183). Sum of RGB (Red+Green+Blue) = 188+186+183=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB7 is #434548. Grayscale: #BABABA. Windows color (decimal): -4408649 or 12040892. OLE color: 12040892.
HSL color Cylindrical-coordinate representation of color #BCBAB7: hue angle of 36º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBAB7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 183 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.26 |
| HSL | 36º | 0.04% | 0.73% | - |
| HSV(B) | 36º | 0.03% | 0.74% | - |
| XYZ | 46.85 | 49.23 | 51.83 | - |
| YUV | 186.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 183 | 0 | 0.01 | 0.03 | 0.26 | 36 | 0.04 | 0.73 |
| Hex | BC | BA | B7 | 0 | 1 | 3 | 1A | 24 | 4 | 49 |
| Octal | 274 | 272 | 267 | 0 | 1 | 3 | 32 | 44 | 4 | 111 |
| Binary | 10111100 | 10111010 | 10110111 | 0 | 1 | 11 | 11010 | 100100 | 100 | 1001001 |
Color Harmonies of #BCBAB7
Complementary color
Monochromatic Colors of #BCBAB7
Black with #BCBAB7
Text Example
Text Example
White with #BCBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAB7; }
p { color: rgb(188,186,183); }
H1.HeaderClassName
{
color: #BCBAB7;
}
.AnyTagClassName
{
color: #BCBAB7;
}
</style>
background-color css
<style>
a { background-color: #BCBAB7; }
a { background-color: rgb(188,186,183); }
div.DivClassName
{
background-color: #BCBAB7;
}
.BgClassName
{
background-color: #BCBAB7;
}
</style>
border-color css
<style>
span { border-color: #BCBAB7; }
span { border-color: rgb(188,186,183); }
td.TdClassName
{
border-color: #BCBAB7;
}
.TagClassName
{
border-color: #BCBAB7;
}
</style>