Shades of Cloud #BFBCB7
Tints of Cloud #BFBCB7
RGB
CMYK
RGB Variations
Color information
#BFBCB7 (or 0xBFBCB7) is known color: Cloud. HEX triplet: BF, BC and B7. RGB value is (191,188,183). Sum of RGB (Red+Green+Blue) = 191+188+183=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCB7 is #404348. Grayscale: #BCBCBC. Windows color (decimal): -4211529 or 12041407. OLE color: 12041407.
HSL color Cylindrical-coordinate representation of color #BFBCB7: hue angle of 37.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBCB7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 188 | 183 | - |
CMYK | 0 | 0.02 | 0.04 | 0.25 |
HSL | 37.5º | 0.06% | 0.73% | - |
HSV(B) | 37.5º | 0.04% | 0.75% | - |
XYZ | 48.02 | 50.46 | 52.01 | - |
YUV | 188.33 | 124.99 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 188 | 183 | 0 | 0.02 | 0.04 | 0.25 | 37.5 | 0.06 | 0.73 |
Hex | BF | BC | B7 | 0 | 2 | 4 | 19 | 26 | 6 | 49 |
Octal | 277 | 274 | 267 | 0 | 2 | 4 | 31 | 46 | 6 | 111 |
Binary | 10111111 | 10111100 | 10110111 | 0 | 10 | 100 | 11001 | 100110 | 110 | 1001001 |
Color Harmonies of #BFBCB7
Complementary color
Monochromatic Colors of #BFBCB7
Black with #BFBCB7
Text Example
Text Example
White with #BFBCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCB7; }
p { color: rgb(191,188,183); }
H1.HeaderClassName
{
color: #BFBCB7;
}
.AnyTagClassName
{
color: #BFBCB7;
}
</style>
background-color css
<style>
a { background-color: #BFBCB7; }
a { background-color: rgb(191,188,183); }
div.DivClassName
{
background-color: #BFBCB7;
}
.BgClassName
{
background-color: #BFBCB7;
}
</style>
border-color css
<style>
span { border-color: #BFBCB7; }
span { border-color: rgb(191,188,183); }
td.TdClassName
{
border-color: #BFBCB7;
}
.TagClassName
{
border-color: #BFBCB7;
}
</style>