Shades of Rainee #B4BFAF
Tints of Rainee #B4BFAF
RGB
CMYK
RGB Variations
Color information
#B4BFAF (or 0xB4BFAF) is known color: Rainee. HEX triplet: B4, BF and AF. RGB value is (180,191,175). Sum of RGB (Red+Green+Blue) = 180+191+175=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFAF is #4B4050. Grayscale: #B9B9B9. Windows color (decimal): -4931665 or 11517876. OLE color: 11517876.
HSL color Cylindrical-coordinate representation of color #B4BFAF: hue angle of 101.25º 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 #B4BFAF is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 191 | 175 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.25 |
| HSL | 101.25º | 0.11% | 0.72% | - |
| HSV(B) | 101.25º | 0.08% | 0.75% | - |
| XYZ | 45.19 | 50.06 | 47.84 | - |
| YUV | 185.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 175 | 0.06 | 0 | 0.08 | 0.25 | 101.25 | 0.11 | 0.72 |
| Hex | B4 | BF | AF | 6 | 0 | 8 | 19 | 65 | B | 48 |
| Octal | 264 | 277 | 257 | 6 | 0 | 10 | 31 | 145 | 13 | 110 |
| Binary | 10110100 | 10111111 | 10101111 | 110 | 0 | 1000 | 11001 | 1100101 | 1011 | 1001000 |
Color Harmonies of #B4BFAF
Complementary color
Monochromatic Colors of #B4BFAF
Black with #B4BFAF
Text Example
Text Example
White with #B4BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFAF; }
p { color: rgb(180,191,175); }
H1.HeaderClassName
{
color: #B4BFAF;
}
.AnyTagClassName
{
color: #B4BFAF;
}
</style>
background-color css
<style>
a { background-color: #B4BFAF; }
a { background-color: rgb(180,191,175); }
div.DivClassName
{
background-color: #B4BFAF;
}
.BgClassName
{
background-color: #B4BFAF;
}
</style>
border-color css
<style>
span { border-color: #B4BFAF; }
span { border-color: rgb(180,191,175); }
td.TdClassName
{
border-color: #B4BFAF;
}
.TagClassName
{
border-color: #B4BFAF;
}
</style>