Shades of Rainee #B5CDAC
Tints of Rainee #B5CDAC
RGB
CMYK
RGB Variations
Color information
#B5CDAC (or 0xB5CDAC) is known color: Rainee. HEX triplet: B5, CD and AC. RGB value is (181,205,172). Sum of RGB (Red+Green+Blue) = 181+205+172=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CDAC is #4A3253. Grayscale: #C2C2C2. Windows color (decimal): -4862548 or 11324853. OLE color: 11324853.
HSL color Cylindrical-coordinate representation of color #B5CDAC: hue angle of 103.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5CDAC is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 205 | 172 | - |
CMYK | 0.12 | 0 | 0.16 | 0.20 |
HSL | 103.64º | 0.25% | 0.74% | - |
HSV(B) | 103.64º | 0.16% | 0.8% | - |
XYZ | 48.33 | 56.46 | 47.38 | - |
YUV | 194.06 | 115.55 | 118.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 205 | 172 | 0.12 | 0 | 0.16 | 0.20 | 103.64 | 0.25 | 0.74 |
Hex | B5 | CD | AC | C | 0 | 10 | 14 | 68 | 19 | 4A |
Octal | 265 | 315 | 254 | 14 | 0 | 20 | 24 | 150 | 31 | 112 |
Binary | 10110101 | 11001101 | 10101100 | 1100 | 0 | 10000 | 10100 | 1101000 | 11001 | 1001010 |
Color Harmonies of #B5CDAC
Complementary color
Monochromatic Colors of #B5CDAC
Black with #B5CDAC
Text Example
Text Example
White with #B5CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDAC; }
p { color: rgb(181,205,172); }
H1.HeaderClassName
{
color: #B5CDAC;
}
.AnyTagClassName
{
color: #B5CDAC;
}
</style>
background-color css
<style>
a { background-color: #B5CDAC; }
a { background-color: rgb(181,205,172); }
div.DivClassName
{
background-color: #B5CDAC;
}
.BgClassName
{
background-color: #B5CDAC;
}
</style>
border-color css
<style>
span { border-color: #B5CDAC; }
span { border-color: rgb(181,205,172); }
td.TdClassName
{
border-color: #B5CDAC;
}
.TagClassName
{
border-color: #B5CDAC;
}
</style>