Shades of Rainee #B1CDA7
Tints of Rainee #B1CDA7
RGB
CMYK
RGB Variations
Color information
#B1CDA7 (or 0xB1CDA7) is known color: Rainee. HEX triplet: B1, CD and A7. RGB value is (177,205,167). Sum of RGB (Red+Green+Blue) = 177+205+167=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CDA7 is #4E3258. Grayscale: #C0C0C0. Windows color (decimal): -5124697 or 10997169. OLE color: 10997169.
HSL color Cylindrical-coordinate representation of color #B1CDA7: hue angle of 104.21º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1CDA7 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 167 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.20 |
| HSL | 104.21º | 0.28% | 0.73% | - |
| HSV(B) | 104.21º | 0.19% | 0.8% | - |
| XYZ | 46.94 | 55.8 | 44.86 | - |
| YUV | 192.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 167 | 0.14 | 0 | 0.19 | 0.20 | 104.21 | 0.28 | 0.73 |
| Hex | B1 | CD | A7 | E | 0 | 13 | 14 | 68 | 1C | 49 |
| Octal | 261 | 315 | 247 | 16 | 0 | 23 | 24 | 150 | 34 | 111 |
| Binary | 10110001 | 11001101 | 10100111 | 1110 | 0 | 10011 | 10100 | 1101000 | 11100 | 1001001 |
Color Harmonies of #B1CDA7
Complementary color
Monochromatic Colors of #B1CDA7
Black with #B1CDA7
Text Example
Text Example
White with #B1CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDA7; }
p { color: rgb(177,205,167); }
H1.HeaderClassName
{
color: #B1CDA7;
}
.AnyTagClassName
{
color: #B1CDA7;
}
</style>
background-color css
<style>
a { background-color: #B1CDA7; }
a { background-color: rgb(177,205,167); }
div.DivClassName
{
background-color: #B1CDA7;
}
.BgClassName
{
background-color: #B1CDA7;
}
</style>
border-color css
<style>
span { border-color: #B1CDA7; }
span { border-color: rgb(177,205,167); }
td.TdClassName
{
border-color: #B1CDA7;
}
.TagClassName
{
border-color: #B1CDA7;
}
</style>