Shades of Cloud #BFBAB2
Tints of Cloud #BFBAB2
RGB
CMYK
RGB Variations
Color information
#BFBAB2 (or 0xBFBAB2) is known color: Cloud. HEX triplet: BF, BA and B2. RGB value is (191,186,178). Sum of RGB (Red+Green+Blue) = 191+186+178=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAB2 is #40454D. Grayscale: #BABABA. Windows color (decimal): -4212046 or 11713215. OLE color: 11713215.
HSL color Cylindrical-coordinate representation of color #BFBAB2: hue angle of 36.92º 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 #BFBAB2 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 186 | 178 | - |
CMYK | 0 | 0.03 | 0.07 | 0.25 |
HSL | 36.92º | 0.09% | 0.72% | - |
HSV(B) | 36.92º | 0.07% | 0.75% | - |
XYZ | 47.08 | 49.41 | 49.17 | - |
YUV | 186.58 | 123.16 | 131.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 186 | 178 | 0 | 0.03 | 0.07 | 0.25 | 36.92 | 0.09 | 0.72 |
Hex | BF | BA | B2 | 0 | 3 | 7 | 19 | 25 | 9 | 48 |
Octal | 277 | 272 | 262 | 0 | 3 | 7 | 31 | 45 | 11 | 110 |
Binary | 10111111 | 10111010 | 10110010 | 0 | 11 | 111 | 11001 | 100101 | 1001 | 1001000 |
Color Harmonies of #BFBAB2
Complementary color
Monochromatic Colors of #BFBAB2
Black with #BFBAB2
Text Example
Text Example
White with #BFBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAB2; }
p { color: rgb(191,186,178); }
H1.HeaderClassName
{
color: #BFBAB2;
}
.AnyTagClassName
{
color: #BFBAB2;
}
</style>
background-color css
<style>
a { background-color: #BFBAB2; }
a { background-color: rgb(191,186,178); }
div.DivClassName
{
background-color: #BFBAB2;
}
.BgClassName
{
background-color: #BFBAB2;
}
</style>
border-color css
<style>
span { border-color: #BFBAB2; }
span { border-color: rgb(191,186,178); }
td.TdClassName
{
border-color: #BFBAB2;
}
.TagClassName
{
border-color: #BFBAB2;
}
</style>