Shades of Cloud #BFB9AF
Tints of Cloud #BFB9AF
RGB
CMYK
RGB Variations
Color information
#BFB9AF (or 0xBFB9AF) is known color: Cloud. HEX triplet: BF, B9 and AF. RGB value is (191,185,175). Sum of RGB (Red+Green+Blue) = 191+185+175=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9AF is #404650. Grayscale: #B9B9B9. Windows color (decimal): -4212305 or 11516351. OLE color: 11516351.
HSL color Cylindrical-coordinate representation of color #BFB9AF: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB9AF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 185 | 175 | - |
CMYK | 0 | 0.03 | 0.08 | 0.25 |
HSL | 37.5º | 0.11% | 0.72% | - |
HSV(B) | 37.5º | 0.08% | 0.75% | - |
XYZ | 46.57 | 48.87 | 47.54 | - |
YUV | 185.65 | 121.99 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 185 | 175 | 0 | 0.03 | 0.08 | 0.25 | 37.5 | 0.11 | 0.72 |
Hex | BF | B9 | AF | 0 | 3 | 8 | 19 | 26 | B | 48 |
Octal | 277 | 271 | 257 | 0 | 3 | 10 | 31 | 46 | 13 | 110 |
Binary | 10111111 | 10111001 | 10101111 | 0 | 11 | 1000 | 11001 | 100110 | 1011 | 1001000 |
Color Harmonies of #BFB9AF
Complementary color
Monochromatic Colors of #BFB9AF
Black with #BFB9AF
Text Example
Text Example
White with #BFB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9AF; }
p { color: rgb(191,185,175); }
H1.HeaderClassName
{
color: #BFB9AF;
}
.AnyTagClassName
{
color: #BFB9AF;
}
</style>
background-color css
<style>
a { background-color: #BFB9AF; }
a { background-color: rgb(191,185,175); }
div.DivClassName
{
background-color: #BFB9AF;
}
.BgClassName
{
background-color: #BFB9AF;
}
</style>
border-color css
<style>
span { border-color: #BFB9AF; }
span { border-color: rgb(191,185,175); }
td.TdClassName
{
border-color: #BFB9AF;
}
.TagClassName
{
border-color: #BFB9AF;
}
</style>