Shades of Rainee #B5CEAB
Tints of Rainee #B5CEAB
RGB
CMYK
RGB Variations
Color information
#B5CEAB (or 0xB5CEAB) is known color: Rainee. HEX triplet: B5, CE and AB. RGB value is (181,206,171). Sum of RGB (Red+Green+Blue) = 181+206+171=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CEAB is #4A3154. Grayscale: #C2C2C2. Windows color (decimal): -4862293 or 11259573. OLE color: 11259573.
HSL color Cylindrical-coordinate representation of color #B5CEAB: hue angle of 102.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5CEAB is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 171 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.19 |
| HSL | 102.86º | 0.26% | 0.74% | - |
| HSV(B) | 102.86º | 0.17% | 0.81% | - |
| XYZ | 48.48 | 56.91 | 46.96 | - |
| YUV | 194.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 171 | 0.12 | 0 | 0.17 | 0.19 | 102.86 | 0.26 | 0.74 |
| Hex | B5 | CE | AB | C | 0 | 11 | 13 | 67 | 1A | 4A |
| Octal | 265 | 316 | 253 | 14 | 0 | 21 | 23 | 147 | 32 | 112 |
| Binary | 10110101 | 11001110 | 10101011 | 1100 | 0 | 10001 | 10011 | 1100111 | 11010 | 1001010 |
Color Harmonies of #B5CEAB
Complementary color
Monochromatic Colors of #B5CEAB
Black with #B5CEAB
Text Example
Text Example
White with #B5CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEAB; }
p { color: rgb(181,206,171); }
H1.HeaderClassName
{
color: #B5CEAB;
}
.AnyTagClassName
{
color: #B5CEAB;
}
</style>
background-color css
<style>
a { background-color: #B5CEAB; }
a { background-color: rgb(181,206,171); }
div.DivClassName
{
background-color: #B5CEAB;
}
.BgClassName
{
background-color: #B5CEAB;
}
</style>
border-color css
<style>
span { border-color: #B5CEAB; }
span { border-color: rgb(181,206,171); }
td.TdClassName
{
border-color: #B5CEAB;
}
.TagClassName
{
border-color: #B5CEAB;
}
</style>