Shades of Rainee #B2CAA8
Tints of Rainee #B2CAA8
RGB
CMYK
RGB Variations
Color information
#B2CAA8 (or 0xB2CAA8) is known color: Rainee. HEX triplet: B2, CA and A8. RGB value is (178,202,168). Sum of RGB (Red+Green+Blue) = 178+202+168=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CAA8 is #4D3557. Grayscale: #BFBFBF. Windows color (decimal): -5059928 or 11061938. OLE color: 11061938.
HSL color Cylindrical-coordinate representation of color #B2CAA8: hue angle of 102.35º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2CAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 168 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.21 |
| HSL | 102.35º | 0.24% | 0.73% | - |
| HSV(B) | 102.35º | 0.17% | 0.79% | - |
| XYZ | 46.55 | 54.53 | 45.12 | - |
| YUV | 190.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 168 | 0.12 | 0 | 0.17 | 0.21 | 102.35 | 0.24 | 0.73 |
| Hex | B2 | CA | A8 | C | 0 | 11 | 15 | 66 | 18 | 49 |
| Octal | 262 | 312 | 250 | 14 | 0 | 21 | 25 | 146 | 30 | 111 |
| Binary | 10110010 | 11001010 | 10101000 | 1100 | 0 | 10001 | 10101 | 1100110 | 11000 | 1001001 |
Color Harmonies of #B2CAA8
Complementary color
Monochromatic Colors of #B2CAA8
Black with #B2CAA8
Text Example
Text Example
White with #B2CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CAA8; }
p { color: rgb(178,202,168); }
H1.HeaderClassName
{
color: #B2CAA8;
}
.AnyTagClassName
{
color: #B2CAA8;
}
</style>
background-color css
<style>
a { background-color: #B2CAA8; }
a { background-color: rgb(178,202,168); }
div.DivClassName
{
background-color: #B2CAA8;
}
.BgClassName
{
background-color: #B2CAA8;
}
</style>
border-color css
<style>
span { border-color: #B2CAA8; }
span { border-color: rgb(178,202,168); }
td.TdClassName
{
border-color: #B2CAA8;
}
.TagClassName
{
border-color: #B2CAA8;
}
</style>