Shades of Rainee #B5C8AF
Tints of Rainee #B5C8AF
RGB
CMYK
RGB Variations
Color information
#B5C8AF (or 0xB5C8AF) is known color: Rainee. HEX triplet: B5, C8 and AF. RGB value is (181,200,175). Sum of RGB (Red+Green+Blue) = 181+200+175=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C8AF is #4A3750. Grayscale: #BFBFBF. Windows color (decimal): -4863825 or 11520181. OLE color: 11520181.
HSL color Cylindrical-coordinate representation of color #B5C8AF: hue angle of 105.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C8AF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 175 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.22 |
| HSL | 105.6º | 0.19% | 0.74% | - |
| HSV(B) | 105.6º | 0.13% | 0.78% | - |
| XYZ | 47.45 | 54.23 | 48.52 | - |
| YUV | 191.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 175 | 0.09 | 0 | 0.12 | 0.22 | 105.6 | 0.19 | 0.74 |
| Hex | B5 | C8 | AF | 9 | 0 | C | 16 | 6A | 13 | 4A |
| Octal | 265 | 310 | 257 | 11 | 0 | 14 | 26 | 152 | 23 | 112 |
| Binary | 10110101 | 11001000 | 10101111 | 1001 | 0 | 1100 | 10110 | 1101010 | 10011 | 1001010 |
Color Harmonies of #B5C8AF
Complementary color
Monochromatic Colors of #B5C8AF
Black with #B5C8AF
Text Example
Text Example
White with #B5C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8AF; }
p { color: rgb(181,200,175); }
H1.HeaderClassName
{
color: #B5C8AF;
}
.AnyTagClassName
{
color: #B5C8AF;
}
</style>
background-color css
<style>
a { background-color: #B5C8AF; }
a { background-color: rgb(181,200,175); }
div.DivClassName
{
background-color: #B5C8AF;
}
.BgClassName
{
background-color: #B5C8AF;
}
</style>
border-color css
<style>
span { border-color: #B5C8AF; }
span { border-color: rgb(181,200,175); }
td.TdClassName
{
border-color: #B5C8AF;
}
.TagClassName
{
border-color: #B5C8AF;
}
</style>