Shades of Cloud #BFBCB6
Tints of Cloud #BFBCB6
RGB
CMYK
RGB Variations
Color information
#BFBCB6 (or 0xBFBCB6) is known color: Cloud. HEX triplet: BF, BC and B6. RGB value is (191,188,182). Sum of RGB (Red+Green+Blue) = 191+188+182=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCB6 is #404349. Grayscale: #BCBCBC. Windows color (decimal): -4211530 or 11975871. OLE color: 11975871.
HSL color Cylindrical-coordinate representation of color #BFBCB6: hue angle of 40º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFBCB6 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 182 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.25 |
| HSL | 40º | 0.07% | 0.73% | - |
| HSV(B) | 40º | 0.05% | 0.75% | - |
| XYZ | 47.91 | 50.42 | 51.46 | - |
| YUV | 188.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 182 | 0 | 0.02 | 0.05 | 0.25 | 40 | 0.07 | 0.73 |
| Hex | BF | BC | B6 | 0 | 2 | 5 | 19 | 28 | 7 | 49 |
| Octal | 277 | 274 | 266 | 0 | 2 | 5 | 31 | 50 | 7 | 111 |
| Binary | 10111111 | 10111100 | 10110110 | 0 | 10 | 101 | 11001 | 101000 | 111 | 1001001 |
Color Harmonies of #BFBCB6
Complementary color
Monochromatic Colors of #BFBCB6
Black with #BFBCB6
Text Example
Text Example
White with #BFBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCB6; }
p { color: rgb(191,188,182); }
H1.HeaderClassName
{
color: #BFBCB6;
}
.AnyTagClassName
{
color: #BFBCB6;
}
</style>
background-color css
<style>
a { background-color: #BFBCB6; }
a { background-color: rgb(191,188,182); }
div.DivClassName
{
background-color: #BFBCB6;
}
.BgClassName
{
background-color: #BFBCB6;
}
</style>
border-color css
<style>
span { border-color: #BFBCB6; }
span { border-color: rgb(191,188,182); }
td.TdClassName
{
border-color: #BFBCB6;
}
.TagClassName
{
border-color: #BFBCB6;
}
</style>