Shades of Cloud #BFB9B2
Tints of Cloud #BFB9B2
RGB
CMYK
RGB Variations
Color information
#BFB9B2 (or 0xBFB9B2) is known color: Cloud. HEX triplet: BF, B9 and B2. RGB value is (191,185,178). Sum of RGB (Red+Green+Blue) = 191+185+178=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9B2 is #40464D. Grayscale: #BABABA. Windows color (decimal): -4212302 or 11712959. OLE color: 11712959.
HSL color Cylindrical-coordinate representation of color #BFB9B2: hue angle of 32.31º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB9B2 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 178 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.25 |
| HSL | 32.31º | 0.09% | 0.72% | - |
| HSV(B) | 32.31º | 0.07% | 0.75% | - |
| XYZ | 46.87 | 48.99 | 49.1 | - |
| YUV | 186 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 178 | 0 | 0.03 | 0.07 | 0.25 | 32.31 | 0.09 | 0.72 |
| Hex | BF | B9 | B2 | 0 | 3 | 7 | 19 | 20 | 9 | 48 |
| Octal | 277 | 271 | 262 | 0 | 3 | 7 | 31 | 40 | 11 | 110 |
| Binary | 10111111 | 10111001 | 10110010 | 0 | 11 | 111 | 11001 | 100000 | 1001 | 1001000 |
Color Harmonies of #BFB9B2
Complementary color
Monochromatic Colors of #BFB9B2
Black with #BFB9B2
Text Example
Text Example
White with #BFB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9B2; }
p { color: rgb(191,185,178); }
H1.HeaderClassName
{
color: #BFB9B2;
}
.AnyTagClassName
{
color: #BFB9B2;
}
</style>
background-color css
<style>
a { background-color: #BFB9B2; }
a { background-color: rgb(191,185,178); }
div.DivClassName
{
background-color: #BFB9B2;
}
.BgClassName
{
background-color: #BFB9B2;
}
</style>
border-color css
<style>
span { border-color: #BFB9B2; }
span { border-color: rgb(191,185,178); }
td.TdClassName
{
border-color: #BFB9B2;
}
.TagClassName
{
border-color: #BFB9B2;
}
</style>