Shades of Rainee #B1CFA7
Tints of Rainee #B1CFA7
RGB
CMYK
RGB Variations
Color information
#B1CFA7 (or 0xB1CFA7) is known color: Rainee. HEX triplet: B1, CF and A7. RGB value is (177,207,167). Sum of RGB (Red+Green+Blue) = 177+207+167=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CFA7 is #4E3058. Grayscale: #C1C1C1. Windows color (decimal): -5124185 or 10997681. OLE color: 10997681.
HSL color Cylindrical-coordinate representation of color #B1CFA7: hue angle of 105º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1CFA7 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 167 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.19 |
| HSL | 105º | 0.29% | 0.73% | - |
| HSV(B) | 105º | 0.19% | 0.81% | - |
| XYZ | 47.42 | 56.76 | 45.02 | - |
| YUV | 193.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 167 | 0.14 | 0 | 0.19 | 0.19 | 105 | 0.29 | 0.73 |
| Hex | B1 | CF | A7 | E | 0 | 13 | 13 | 69 | 1D | 49 |
| Octal | 261 | 317 | 247 | 16 | 0 | 23 | 23 | 151 | 35 | 111 |
| Binary | 10110001 | 11001111 | 10100111 | 1110 | 0 | 10011 | 10011 | 1101001 | 11101 | 1001001 |
Color Harmonies of #B1CFA7
Complementary color
Monochromatic Colors of #B1CFA7
Black with #B1CFA7
Text Example
Text Example
White with #B1CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFA7; }
p { color: rgb(177,207,167); }
H1.HeaderClassName
{
color: #B1CFA7;
}
.AnyTagClassName
{
color: #B1CFA7;
}
</style>
background-color css
<style>
a { background-color: #B1CFA7; }
a { background-color: rgb(177,207,167); }
div.DivClassName
{
background-color: #B1CFA7;
}
.BgClassName
{
background-color: #B1CFA7;
}
</style>
border-color css
<style>
span { border-color: #B1CFA7; }
span { border-color: rgb(177,207,167); }
td.TdClassName
{
border-color: #B1CFA7;
}
.TagClassName
{
border-color: #B1CFA7;
}
</style>