Shades of Rainee #B5CBAF
Tints of Rainee #B5CBAF
RGB
CMYK
RGB Variations
Color information
#B5CBAF (or 0xB5CBAF) is known color: Rainee. HEX triplet: B5, CB and AF. RGB value is (181,203,175). Sum of RGB (Red+Green+Blue) = 181+203+175=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CBAF is #4A3450. Grayscale: #C1C1C1. Windows color (decimal): -4863057 or 11520949. OLE color: 11520949.
HSL color Cylindrical-coordinate representation of color #B5CBAF: hue angle of 107.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5CBAF is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 175 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.20 |
| HSL | 107.14º | 0.21% | 0.74% | - |
| HSV(B) | 107.14º | 0.14% | 0.8% | - |
| XYZ | 48.15 | 55.63 | 48.76 | - |
| YUV | 193.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 175 | 0.11 | 0 | 0.14 | 0.20 | 107.14 | 0.21 | 0.74 |
| Hex | B5 | CB | AF | B | 0 | E | 14 | 6B | 15 | 4A |
| Octal | 265 | 313 | 257 | 13 | 0 | 16 | 24 | 153 | 25 | 112 |
| Binary | 10110101 | 11001011 | 10101111 | 1011 | 0 | 1110 | 10100 | 1101011 | 10101 | 1001010 |
Color Harmonies of #B5CBAF
Complementary color
Monochromatic Colors of #B5CBAF
Black with #B5CBAF
Text Example
Text Example
White with #B5CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBAF; }
p { color: rgb(181,203,175); }
H1.HeaderClassName
{
color: #B5CBAF;
}
.AnyTagClassName
{
color: #B5CBAF;
}
</style>
background-color css
<style>
a { background-color: #B5CBAF; }
a { background-color: rgb(181,203,175); }
div.DivClassName
{
background-color: #B5CBAF;
}
.BgClassName
{
background-color: #B5CBAF;
}
</style>
border-color css
<style>
span { border-color: #B5CBAF; }
span { border-color: rgb(181,203,175); }
td.TdClassName
{
border-color: #B5CBAF;
}
.TagClassName
{
border-color: #B5CBAF;
}
</style>