Shades of Rainee #B6C2B5
Tints of Rainee #B6C2B5
RGB
CMYK
RGB Variations
Color information
#B6C2B5 (or 0xB6C2B5) is known color: Rainee. HEX triplet: B6, C2 and B5. RGB value is (182,194,181). Sum of RGB (Red+Green+Blue) = 182+194+181=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2B5 is #493D4A. Grayscale: #BCBCBC. Windows color (decimal): -4799819 or 11911862. OLE color: 11911862.
HSL color Cylindrical-coordinate representation of color #B6C2B5: hue angle of 115.38º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6C2B5 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 182 | 194 | 181 | - |
CMYK | 0.06 | 0 | 0.07 | 0.24 |
HSL | 115.38º | 0.1% | 0.74% | - |
HSV(B) | 115.38º | 0.07% | 0.76% | - |
XYZ | 46.92 | 51.86 | 51.25 | - |
YUV | 188.93 | 123.52 | 123.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 194 | 181 | 0.06 | 0 | 0.07 | 0.24 | 115.38 | 0.1 | 0.74 |
Hex | B6 | C2 | B5 | 6 | 0 | 7 | 18 | 73 | A | 4A |
Octal | 266 | 302 | 265 | 6 | 0 | 7 | 30 | 163 | 12 | 112 |
Binary | 10110110 | 11000010 | 10110101 | 110 | 0 | 111 | 11000 | 1110011 | 1010 | 1001010 |
Color Harmonies of #B6C2B5
Complementary color
Monochromatic Colors of #B6C2B5
Black with #B6C2B5
Text Example
Text Example
White with #B6C2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C2B5; }
p { color: rgb(182,194,181); }
H1.HeaderClassName
{
color: #B6C2B5;
}
.AnyTagClassName
{
color: #B6C2B5;
}
</style>
background-color css
<style>
a { background-color: #B6C2B5; }
a { background-color: rgb(182,194,181); }
div.DivClassName
{
background-color: #B6C2B5;
}
.BgClassName
{
background-color: #B6C2B5;
}
</style>
border-color css
<style>
span { border-color: #B6C2B5; }
span { border-color: rgb(182,194,181); }
td.TdClassName
{
border-color: #B6C2B5;
}
.TagClassName
{
border-color: #B6C2B5;
}
</style>