Shades of Rainee #B5CAAD
Tints of Rainee #B5CAAD
RGB
CMYK
RGB Variations
Color information
#B5CAAD (or 0xB5CAAD) is known color: Rainee. HEX triplet: B5, CA and AD. RGB value is (181,202,173). Sum of RGB (Red+Green+Blue) = 181+202+173=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CAAD is #4A3552. Grayscale: #C0C0C0. Windows color (decimal): -4863315 or 11389621. OLE color: 11389621.
HSL color Cylindrical-coordinate representation of color #B5CAAD: hue angle of 103.45º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5CAAD is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 202 | 173 | - |
CMYK | 0.10 | 0 | 0.14 | 0.21 |
HSL | 103.45º | 0.21% | 0.74% | - |
HSV(B) | 103.45º | 0.14% | 0.79% | - |
XYZ | 47.72 | 55.08 | 47.65 | - |
YUV | 192.42 | 117.04 | 119.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 173 | 0.10 | 0 | 0.14 | 0.21 | 103.45 | 0.21 | 0.74 |
Hex | B5 | CA | AD | A | 0 | E | 15 | 67 | 15 | 4A |
Octal | 265 | 312 | 255 | 12 | 0 | 16 | 25 | 147 | 25 | 112 |
Binary | 10110101 | 11001010 | 10101101 | 1010 | 0 | 1110 | 10101 | 1100111 | 10101 | 1001010 |
Color Harmonies of #B5CAAD
Complementary color
Monochromatic Colors of #B5CAAD
Black with #B5CAAD
Text Example
Text Example
White with #B5CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CAAD; }
p { color: rgb(181,202,173); }
H1.HeaderClassName
{
color: #B5CAAD;
}
.AnyTagClassName
{
color: #B5CAAD;
}
</style>
background-color css
<style>
a { background-color: #B5CAAD; }
a { background-color: rgb(181,202,173); }
div.DivClassName
{
background-color: #B5CAAD;
}
.BgClassName
{
background-color: #B5CAAD;
}
</style>
border-color css
<style>
span { border-color: #B5CAAD; }
span { border-color: rgb(181,202,173); }
td.TdClassName
{
border-color: #B5CAAD;
}
.TagClassName
{
border-color: #B5CAAD;
}
</style>