Shades of Cloud #BFBBB5
Tints of Cloud #BFBBB5
RGB
CMYK
RGB Variations
Color information
#BFBBB5 (or 0xBFBBB5) is known color: Cloud. HEX triplet: BF, BB and B5. RGB value is (191,187,181). Sum of RGB (Red+Green+Blue) = 191+187+181=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBB5 is #40444A. Grayscale: #BBBBBB. Windows color (decimal): -4211787 or 11910079. OLE color: 11910079.
HSL color Cylindrical-coordinate representation of color #BFBBB5: hue angle of 36º 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 #BFBBB5 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 187 | 181 | - |
CMYK | 0 | 0.02 | 0.05 | 0.25 |
HSL | 36º | 0.07% | 0.73% | - |
HSV(B) | 36º | 0.05% | 0.75% | - |
XYZ | 47.6 | 49.95 | 50.85 | - |
YUV | 187.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 187 | 181 | 0 | 0.02 | 0.05 | 0.25 | 36 | 0.07 | 0.73 |
Hex | BF | BB | B5 | 0 | 2 | 5 | 19 | 24 | 7 | 49 |
Octal | 277 | 273 | 265 | 0 | 2 | 5 | 31 | 44 | 7 | 111 |
Binary | 10111111 | 10111011 | 10110101 | 0 | 10 | 101 | 11001 | 100100 | 111 | 1001001 |
Color Harmonies of #BFBBB5
Complementary color
Monochromatic Colors of #BFBBB5
Black with #BFBBB5
Text Example
Text Example
White with #BFBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBB5; }
p { color: rgb(191,187,181); }
H1.HeaderClassName
{
color: #BFBBB5;
}
.AnyTagClassName
{
color: #BFBBB5;
}
</style>
background-color css
<style>
a { background-color: #BFBBB5; }
a { background-color: rgb(191,187,181); }
div.DivClassName
{
background-color: #BFBBB5;
}
.BgClassName
{
background-color: #BFBBB5;
}
</style>
border-color css
<style>
span { border-color: #BFBBB5; }
span { border-color: rgb(191,187,181); }
td.TdClassName
{
border-color: #BFBBB5;
}
.TagClassName
{
border-color: #BFBBB5;
}
</style>