Shades of Rainee #B5CEAA
Tints of Rainee #B5CEAA
RGB
CMYK
RGB Variations
Color information
#B5CEAA (or 0xB5CEAA) is known color: Rainee. HEX triplet: B5, CE and AA. RGB value is (181,206,170). Sum of RGB (Red+Green+Blue) = 181+206+170=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CEAA is #4A3155. Grayscale: #C2C2C2. Windows color (decimal): -4862294 or 11194037. OLE color: 11194037.
HSL color Cylindrical-coordinate representation of color #B5CEAA: hue angle of 101.67º 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 #B5CEAA is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
RGB | 181 | 206 | 170 | - |
CMYK | 0.12 | 0 | 0.17 | 0.19 |
HSL | 101.67º | 0.27% | 0.74% | - |
HSV(B) | 101.67º | 0.17% | 0.81% | - |
XYZ | 48.38 | 56.87 | 46.46 | - |
YUV | 194.42 | 114.22 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 206 | 170 | 0.12 | 0 | 0.17 | 0.19 | 101.67 | 0.27 | 0.74 |
Hex | B5 | CE | AA | C | 0 | 11 | 13 | 66 | 1B | 4A |
Octal | 265 | 316 | 252 | 14 | 0 | 21 | 23 | 146 | 33 | 112 |
Binary | 10110101 | 11001110 | 10101010 | 1100 | 0 | 10001 | 10011 | 1100110 | 11011 | 1001010 |
Color Harmonies of #B5CEAA
Complementary color
Monochromatic Colors of #B5CEAA
Black with #B5CEAA
Text Example
Text Example
White with #B5CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEAA; }
p { color: rgb(181,206,170); }
H1.HeaderClassName
{
color: #B5CEAA;
}
.AnyTagClassName
{
color: #B5CEAA;
}
</style>
background-color css
<style>
a { background-color: #B5CEAA; }
a { background-color: rgb(181,206,170); }
div.DivClassName
{
background-color: #B5CEAA;
}
.BgClassName
{
background-color: #B5CEAA;
}
</style>
border-color css
<style>
span { border-color: #B5CEAA; }
span { border-color: rgb(181,206,170); }
td.TdClassName
{
border-color: #B5CEAA;
}
.TagClassName
{
border-color: #B5CEAA;
}
</style>