Shades of Rainee #B4C0AF
Tints of Rainee #B4C0AF
RGB
CMYK
RGB Variations
Color information
#B4C0AF (or 0xB4C0AF) is known color: Rainee. HEX triplet: B4, C0 and AF. RGB value is (180,192,175). Sum of RGB (Red+Green+Blue) = 180+192+175=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C0AF is #4B3F50. Grayscale: #BABABA. Windows color (decimal): -4931409 or 11518132. OLE color: 11518132.
HSL color Cylindrical-coordinate representation of color #B4C0AF: hue angle of 102.35º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4C0AF is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 175 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.25 |
| HSL | 102.35º | 0.12% | 0.72% | - |
| HSV(B) | 102.35º | 0.09% | 0.75% | - |
| XYZ | 45.41 | 50.5 | 47.91 | - |
| YUV | 186.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 175 | 0.06 | 0 | 0.09 | 0.25 | 102.35 | 0.12 | 0.72 |
| Hex | B4 | C0 | AF | 6 | 0 | 9 | 19 | 66 | C | 48 |
| Octal | 264 | 300 | 257 | 6 | 0 | 11 | 31 | 146 | 14 | 110 |
| Binary | 10110100 | 11000000 | 10101111 | 110 | 0 | 1001 | 11001 | 1100110 | 1100 | 1001000 |
Color Harmonies of #B4C0AF
Complementary color
Monochromatic Colors of #B4C0AF
Black with #B4C0AF
Text Example
Text Example
White with #B4C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0AF; }
p { color: rgb(180,192,175); }
H1.HeaderClassName
{
color: #B4C0AF;
}
.AnyTagClassName
{
color: #B4C0AF;
}
</style>
background-color css
<style>
a { background-color: #B4C0AF; }
a { background-color: rgb(180,192,175); }
div.DivClassName
{
background-color: #B4C0AF;
}
.BgClassName
{
background-color: #B4C0AF;
}
</style>
border-color css
<style>
span { border-color: #B4C0AF; }
span { border-color: rgb(180,192,175); }
td.TdClassName
{
border-color: #B4C0AF;
}
.TagClassName
{
border-color: #B4C0AF;
}
</style>