Shades of Rainee #B8CDB0
Tints of Rainee #B8CDB0
RGB
CMYK
RGB Variations
Color information
#B8CDB0 (or 0xB8CDB0) is known color: Rainee. HEX triplet: B8, CD and B0. RGB value is (184,205,176). Sum of RGB (Red+Green+Blue) = 184+205+176=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CDB0 is #47324F. Grayscale: #C3C3C3. Windows color (decimal): -4665936 or 11587000. OLE color: 11587000.
HSL color Cylindrical-coordinate representation of color #B8CDB0: hue angle of 103.45º 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 #B8CDB0 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 176 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.20 |
| HSL | 103.45º | 0.22% | 0.75% | - |
| HSV(B) | 103.45º | 0.14% | 0.8% | - |
| XYZ | 49.43 | 56.99 | 49.47 | - |
| YUV | 195.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 176 | 0.10 | 0 | 0.14 | 0.20 | 103.45 | 0.22 | 0.75 |
| Hex | B8 | CD | B0 | A | 0 | E | 14 | 67 | 16 | 4B |
| Octal | 270 | 315 | 260 | 12 | 0 | 16 | 24 | 147 | 26 | 113 |
| Binary | 10111000 | 11001101 | 10110000 | 1010 | 0 | 1110 | 10100 | 1100111 | 10110 | 1001011 |
Color Harmonies of #B8CDB0
Complementary color
Monochromatic Colors of #B8CDB0
Black with #B8CDB0
Text Example
Text Example
White with #B8CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDB0; }
p { color: rgb(184,205,176); }
H1.HeaderClassName
{
color: #B8CDB0;
}
.AnyTagClassName
{
color: #B8CDB0;
}
</style>
background-color css
<style>
a { background-color: #B8CDB0; }
a { background-color: rgb(184,205,176); }
div.DivClassName
{
background-color: #B8CDB0;
}
.BgClassName
{
background-color: #B8CDB0;
}
</style>
border-color css
<style>
span { border-color: #B8CDB0; }
span { border-color: rgb(184,205,176); }
td.TdClassName
{
border-color: #B8CDB0;
}
.TagClassName
{
border-color: #B8CDB0;
}
</style>