Shades of Rainee #B3CEAA
Tints of Rainee #B3CEAA
RGB
CMYK
RGB Variations
Color information
#B3CEAA (or 0xB3CEAA) is known color: Rainee. HEX triplet: B3, CE and AA. RGB value is (179,206,170). Sum of RGB (Red+Green+Blue) = 179+206+170=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CEAA is #4C3155. Grayscale: #C1C1C1. Windows color (decimal): -4993366 or 11194035. OLE color: 11194035.
HSL color Cylindrical-coordinate representation of color #B3CEAA: hue angle of 105º 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 #B3CEAA is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 170 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.19 |
| HSL | 105º | 0.27% | 0.74% | - |
| HSV(B) | 105º | 0.17% | 0.81% | - |
| XYZ | 47.92 | 56.63 | 46.44 | - |
| YUV | 193.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 170 | 0.13 | 0 | 0.17 | 0.19 | 105 | 0.27 | 0.74 |
| Hex | B3 | CE | AA | D | 0 | 11 | 13 | 69 | 1B | 4A |
| Octal | 263 | 316 | 252 | 15 | 0 | 21 | 23 | 151 | 33 | 112 |
| Binary | 10110011 | 11001110 | 10101010 | 1101 | 0 | 10001 | 10011 | 1101001 | 11011 | 1001010 |
Color Harmonies of #B3CEAA
Complementary color
Monochromatic Colors of #B3CEAA
Black with #B3CEAA
Text Example
Text Example
White with #B3CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CEAA; }
p { color: rgb(179,206,170); }
H1.HeaderClassName
{
color: #B3CEAA;
}
.AnyTagClassName
{
color: #B3CEAA;
}
</style>
background-color css
<style>
a { background-color: #B3CEAA; }
a { background-color: rgb(179,206,170); }
div.DivClassName
{
background-color: #B3CEAA;
}
.BgClassName
{
background-color: #B3CEAA;
}
</style>
border-color css
<style>
span { border-color: #B3CEAA; }
span { border-color: rgb(179,206,170); }
td.TdClassName
{
border-color: #B3CEAA;
}
.TagClassName
{
border-color: #B3CEAA;
}
</style>