Shades of Rainee #B5CCAF
Tints of Rainee #B5CCAF
RGB
CMYK
RGB Variations
Color information
#B5CCAF (or 0xB5CCAF) is known color: Rainee. HEX triplet: B5, CC and AF. RGB value is (181,204,175). Sum of RGB (Red+Green+Blue) = 181+204+175=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CCAF is #4A3350. Grayscale: #C1C1C1. Windows color (decimal): -4862801 or 11521205. OLE color: 11521205.
HSL color Cylindrical-coordinate representation of color #B5CCAF: hue angle of 107.59º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5CCAF is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
RGB | 181 | 204 | 175 | - |
CMYK | 0.11 | 0 | 0.14 | 0.2 |
HSL | 107.59º | 0.22% | 0.74% | - |
HSV(B) | 107.59º | 0.14% | 0.8% | - |
XYZ | 48.39 | 56.1 | 48.84 | - |
YUV | 193.82 | 117.38 | 118.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 175 | 0.11 | 0 | 0.14 | 0.2 | 107.59 | 0.22 | 0.74 |
Hex | B5 | CC | AF | B | 0 | E | 14 | 6C | 16 | 4A |
Octal | 265 | 314 | 257 | 13 | 0 | 16 | 24 | 154 | 26 | 112 |
Binary | 10110101 | 11001100 | 10101111 | 1011 | 0 | 1110 | 10100 | 1101100 | 10110 | 1001010 |
Color Harmonies of #B5CCAF
Complementary color
Monochromatic Colors of #B5CCAF
Black with #B5CCAF
Text Example
Text Example
White with #B5CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCAF; }
p { color: rgb(181,204,175); }
H1.HeaderClassName
{
color: #B5CCAF;
}
.AnyTagClassName
{
color: #B5CCAF;
}
</style>
background-color css
<style>
a { background-color: #B5CCAF; }
a { background-color: rgb(181,204,175); }
div.DivClassName
{
background-color: #B5CCAF;
}
.BgClassName
{
background-color: #B5CCAF;
}
</style>
border-color css
<style>
span { border-color: #B5CCAF; }
span { border-color: rgb(181,204,175); }
td.TdClassName
{
border-color: #B5CCAF;
}
.TagClassName
{
border-color: #B5CCAF;
}
</style>