Shades of Rainee #B5C8AC
Tints of Rainee #B5C8AC
RGB
CMYK
RGB Variations
Color information
#B5C8AC (or 0xB5C8AC) is known color: Rainee. HEX triplet: B5, C8 and AC. RGB value is (181,200,172). Sum of RGB (Red+Green+Blue) = 181+200+172=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C8AC is #4A3753. Grayscale: #BFBFBF. Windows color (decimal): -4863828 or 11323573. OLE color: 11323573.
HSL color Cylindrical-coordinate representation of color #B5C8AC: hue angle of 100.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5C8AC is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 200 | 172 | - |
CMYK | 0.09 | 0 | 0.14 | 0.22 |
HSL | 100.71º | 0.2% | 0.73% | - |
HSV(B) | 100.71º | 0.14% | 0.78% | - |
XYZ | 47.16 | 54.11 | 46.99 | - |
YUV | 191.13 | 117.21 | 120.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 200 | 172 | 0.09 | 0 | 0.14 | 0.22 | 100.71 | 0.2 | 0.73 |
Hex | B5 | C8 | AC | 9 | 0 | E | 16 | 65 | 14 | 49 |
Octal | 265 | 310 | 254 | 11 | 0 | 16 | 26 | 145 | 24 | 111 |
Binary | 10110101 | 11001000 | 10101100 | 1001 | 0 | 1110 | 10110 | 1100101 | 10100 | 1001001 |
Color Harmonies of #B5C8AC
Complementary color
Monochromatic Colors of #B5C8AC
Black with #B5C8AC
Text Example
Text Example
White with #B5C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8AC; }
p { color: rgb(181,200,172); }
H1.HeaderClassName
{
color: #B5C8AC;
}
.AnyTagClassName
{
color: #B5C8AC;
}
</style>
background-color css
<style>
a { background-color: #B5C8AC; }
a { background-color: rgb(181,200,172); }
div.DivClassName
{
background-color: #B5C8AC;
}
.BgClassName
{
background-color: #B5C8AC;
}
</style>
border-color css
<style>
span { border-color: #B5C8AC; }
span { border-color: rgb(181,200,172); }
td.TdClassName
{
border-color: #B5C8AC;
}
.TagClassName
{
border-color: #B5C8AC;
}
</style>