Shades of Rainee #B5C2B2
Tints of Rainee #B5C2B2
RGB
CMYK
RGB Variations
Color information
#B5C2B2 (or 0xB5C2B2) is known color: Rainee. HEX triplet: B5, C2 and B2. RGB value is (181,194,178). Sum of RGB (Red+Green+Blue) = 181+194+178=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2B2 is #4A3D4D. Grayscale: #BCBCBC. Windows color (decimal): -4865358 or 11715253. OLE color: 11715253.
HSL color Cylindrical-coordinate representation of color #B5C2B2: hue angle of 108.75º degrees, saturation: 0.12, 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 #B5C2B2 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
RGB | 181 | 194 | 178 | - |
CMYK | 0.07 | 0 | 0.08 | 0.24 |
HSL | 108.75º | 0.12% | 0.73% | - |
HSV(B) | 108.75º | 0.08% | 0.76% | - |
XYZ | 46.38 | 51.62 | 49.64 | - |
YUV | 188.29 | 122.19 | 122.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 194 | 178 | 0.07 | 0 | 0.08 | 0.24 | 108.75 | 0.12 | 0.73 |
Hex | B5 | C2 | B2 | 7 | 0 | 8 | 18 | 6D | C | 49 |
Octal | 265 | 302 | 262 | 7 | 0 | 10 | 30 | 155 | 14 | 111 |
Binary | 10110101 | 11000010 | 10110010 | 111 | 0 | 1000 | 11000 | 1101101 | 1100 | 1001001 |
Color Harmonies of #B5C2B2
Complementary color
Monochromatic Colors of #B5C2B2
Black with #B5C2B2
Text Example
Text Example
White with #B5C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2B2; }
p { color: rgb(181,194,178); }
H1.HeaderClassName
{
color: #B5C2B2;
}
.AnyTagClassName
{
color: #B5C2B2;
}
</style>
background-color css
<style>
a { background-color: #B5C2B2; }
a { background-color: rgb(181,194,178); }
div.DivClassName
{
background-color: #B5C2B2;
}
.BgClassName
{
background-color: #B5C2B2;
}
</style>
border-color css
<style>
span { border-color: #B5C2B2; }
span { border-color: rgb(181,194,178); }
td.TdClassName
{
border-color: #B5C2B2;
}
.TagClassName
{
border-color: #B5C2B2;
}
</style>