Shades of Rainee #B1CCA5
Tints of Rainee #B1CCA5
RGB
CMYK
RGB Variations
Color information
#B1CCA5 (or 0xB1CCA5) is known color: Rainee. HEX triplet: B1, CC and A5. RGB value is (177,204,165). Sum of RGB (Red+Green+Blue) = 177+204+165=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CCA5 is #4E335A. Grayscale: #BFBFBF. Windows color (decimal): -5124955 or 10865841. OLE color: 10865841.
HSL color Cylindrical-coordinate representation of color #B1CCA5: hue angle of 101.54º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1CCA5 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 165 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.2 |
| HSL | 101.54º | 0.28% | 0.72% | - |
| HSV(B) | 101.54º | 0.19% | 0.8% | - |
| XYZ | 46.52 | 55.25 | 43.81 | - |
| YUV | 191.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 165 | 0.13 | 0 | 0.19 | 0.2 | 101.54 | 0.28 | 0.72 |
| Hex | B1 | CC | A5 | D | 0 | 13 | 14 | 66 | 1C | 48 |
| Octal | 261 | 314 | 245 | 15 | 0 | 23 | 24 | 146 | 34 | 110 |
| Binary | 10110001 | 11001100 | 10100101 | 1101 | 0 | 10011 | 10100 | 1100110 | 11100 | 1001000 |
Color Harmonies of #B1CCA5
Complementary color
Monochromatic Colors of #B1CCA5
Black with #B1CCA5
Text Example
Text Example
White with #B1CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCA5; }
p { color: rgb(177,204,165); }
H1.HeaderClassName
{
color: #B1CCA5;
}
.AnyTagClassName
{
color: #B1CCA5;
}
</style>
background-color css
<style>
a { background-color: #B1CCA5; }
a { background-color: rgb(177,204,165); }
div.DivClassName
{
background-color: #B1CCA5;
}
.BgClassName
{
background-color: #B1CCA5;
}
</style>
border-color css
<style>
span { border-color: #B1CCA5; }
span { border-color: rgb(177,204,165); }
td.TdClassName
{
border-color: #B1CCA5;
}
.TagClassName
{
border-color: #B1CCA5;
}
</style>