Shades of Rainee #B6CDB1
Tints of Rainee #B6CDB1
RGB
CMYK
RGB Variations
Color information
#B6CDB1 (or 0xB6CDB1) is known color: Rainee. HEX triplet: B6, CD and B1. RGB value is (182,205,177). Sum of RGB (Red+Green+Blue) = 182+205+177=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CDB1 is #49324E. Grayscale: #C3C3C3. Windows color (decimal): -4797007 or 11652534. OLE color: 11652534.
HSL color Cylindrical-coordinate representation of color #B6CDB1: hue angle of 109.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6CDB1 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 205 | 177 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.20 |
| HSL | 109.29º | 0.22% | 0.75% | - |
| HSV(B) | 109.29º | 0.14% | 0.8% | - |
| XYZ | 49.06 | 56.78 | 49.97 | - |
| YUV | 194.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 205 | 177 | 0.11 | 0 | 0.14 | 0.20 | 109.29 | 0.22 | 0.75 |
| Hex | B6 | CD | B1 | B | 0 | E | 14 | 6D | 16 | 4B |
| Octal | 266 | 315 | 261 | 13 | 0 | 16 | 24 | 155 | 26 | 113 |
| Binary | 10110110 | 11001101 | 10110001 | 1011 | 0 | 1110 | 10100 | 1101101 | 10110 | 1001011 |
Color Harmonies of #B6CDB1
Complementary color
Monochromatic Colors of #B6CDB1
Black with #B6CDB1
Text Example
Text Example
White with #B6CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDB1; }
p { color: rgb(182,205,177); }
H1.HeaderClassName
{
color: #B6CDB1;
}
.AnyTagClassName
{
color: #B6CDB1;
}
</style>
background-color css
<style>
a { background-color: #B6CDB1; }
a { background-color: rgb(182,205,177); }
div.DivClassName
{
background-color: #B6CDB1;
}
.BgClassName
{
background-color: #B6CDB1;
}
</style>
border-color css
<style>
span { border-color: #B6CDB1; }
span { border-color: rgb(182,205,177); }
td.TdClassName
{
border-color: #B6CDB1;
}
.TagClassName
{
border-color: #B6CDB1;
}
</style>