Shades of Rainee #B1CEAA
Tints of Rainee #B1CEAA
RGB
CMYK
RGB Variations
Color information
#B1CEAA (or 0xB1CEAA) is known color: Rainee. HEX triplet: B1, CE and AA. RGB value is (177,206,170). Sum of RGB (Red+Green+Blue) = 177+206+170=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CEAA is #4E3155. Grayscale: #C1C1C1. Windows color (decimal): -5124438 or 11194033. OLE color: 11194033.
HSL color Cylindrical-coordinate representation of color #B1CEAA: hue angle of 108.33º degrees, saturation: 0.27, 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 #B1CEAA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 170 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.19 |
| HSL | 108.33º | 0.27% | 0.74% | - |
| HSV(B) | 108.33º | 0.17% | 0.81% | - |
| XYZ | 47.46 | 56.39 | 46.41 | - |
| YUV | 193.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 170 | 0.14 | 0 | 0.17 | 0.19 | 108.33 | 0.27 | 0.74 |
| Hex | B1 | CE | AA | E | 0 | 11 | 13 | 6C | 1B | 4A |
| Octal | 261 | 316 | 252 | 16 | 0 | 21 | 23 | 154 | 33 | 112 |
| Binary | 10110001 | 11001110 | 10101010 | 1110 | 0 | 10001 | 10011 | 1101100 | 11011 | 1001010 |
Color Harmonies of #B1CEAA
Complementary color
Monochromatic Colors of #B1CEAA
Black with #B1CEAA
Text Example
Text Example
White with #B1CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEAA; }
p { color: rgb(177,206,170); }
H1.HeaderClassName
{
color: #B1CEAA;
}
.AnyTagClassName
{
color: #B1CEAA;
}
</style>
background-color css
<style>
a { background-color: #B1CEAA; }
a { background-color: rgb(177,206,170); }
div.DivClassName
{
background-color: #B1CEAA;
}
.BgClassName
{
background-color: #B1CEAA;
}
</style>
border-color css
<style>
span { border-color: #B1CEAA; }
span { border-color: rgb(177,206,170); }
td.TdClassName
{
border-color: #B1CEAA;
}
.TagClassName
{
border-color: #B1CEAA;
}
</style>