Shades of Rainee #B5C1B2
Tints of Rainee #B5C1B2
RGB
CMYK
RGB Variations
Color information
#B5C1B2 (or 0xB5C1B2) is known color: Rainee. HEX triplet: B5, C1 and B2. RGB value is (181,193,178). Sum of RGB (Red+Green+Blue) = 181+193+178=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C1B2 is #4A3E4D. Grayscale: #BBBBBB. Windows color (decimal): -4865614 or 11714997. OLE color: 11714997.
HSL color Cylindrical-coordinate representation of color #B5C1B2: hue angle of 108º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C1B2 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 178 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.24 |
| HSL | 108º | 0.11% | 0.73% | - |
| HSV(B) | 108º | 0.08% | 0.76% | - |
| XYZ | 46.16 | 51.18 | 49.56 | - |
| YUV | 187.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 178 | 0.06 | 0 | 0.08 | 0.24 | 108 | 0.11 | 0.73 |
| Hex | B5 | C1 | B2 | 6 | 0 | 8 | 18 | 6C | B | 49 |
| Octal | 265 | 301 | 262 | 6 | 0 | 10 | 30 | 154 | 13 | 111 |
| Binary | 10110101 | 11000001 | 10110010 | 110 | 0 | 1000 | 11000 | 1101100 | 1011 | 1001001 |
Color Harmonies of #B5C1B2
Complementary color
Monochromatic Colors of #B5C1B2
Black with #B5C1B2
Text Example
Text Example
White with #B5C1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C1B2; }
p { color: rgb(181,193,178); }
H1.HeaderClassName
{
color: #B5C1B2;
}
.AnyTagClassName
{
color: #B5C1B2;
}
</style>
background-color css
<style>
a { background-color: #B5C1B2; }
a { background-color: rgb(181,193,178); }
div.DivClassName
{
background-color: #B5C1B2;
}
.BgClassName
{
background-color: #B5C1B2;
}
</style>
border-color css
<style>
span { border-color: #B5C1B2; }
span { border-color: rgb(181,193,178); }
td.TdClassName
{
border-color: #B5C1B2;
}
.TagClassName
{
border-color: #B5C1B2;
}
</style>