Shades of Rainee #B8CDB2
Tints of Rainee #B8CDB2
RGB
CMYK
RGB Variations
Color information
#B8CDB2 (or 0xB8CDB2) is known color: Rainee. HEX triplet: B8, CD and B2. RGB value is (184,205,178). Sum of RGB (Red+Green+Blue) = 184+205+178=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CDB2 is #47324D. Grayscale: #C3C3C3. Windows color (decimal): -4665934 or 11718072. OLE color: 11718072.
HSL color Cylindrical-coordinate representation of color #B8CDB2: hue angle of 106.67º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8CDB2 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 178 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.20 |
| HSL | 106.67º | 0.21% | 0.75% | - |
| HSV(B) | 106.67º | 0.13% | 0.8% | - |
| XYZ | 49.63 | 57.07 | 50.52 | - |
| YUV | 195.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 178 | 0.10 | 0 | 0.13 | 0.20 | 106.67 | 0.21 | 0.75 |
| Hex | B8 | CD | B2 | A | 0 | D | 14 | 6B | 15 | 4B |
| Octal | 270 | 315 | 262 | 12 | 0 | 15 | 24 | 153 | 25 | 113 |
| Binary | 10111000 | 11001101 | 10110010 | 1010 | 0 | 1101 | 10100 | 1101011 | 10101 | 1001011 |
Color Harmonies of #B8CDB2
Complementary color
Monochromatic Colors of #B8CDB2
Black with #B8CDB2
Text Example
Text Example
White with #B8CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDB2; }
p { color: rgb(184,205,178); }
H1.HeaderClassName
{
color: #B8CDB2;
}
.AnyTagClassName
{
color: #B8CDB2;
}
</style>
background-color css
<style>
a { background-color: #B8CDB2; }
a { background-color: rgb(184,205,178); }
div.DivClassName
{
background-color: #B8CDB2;
}
.BgClassName
{
background-color: #B8CDB2;
}
</style>
border-color css
<style>
span { border-color: #B8CDB2; }
span { border-color: rgb(184,205,178); }
td.TdClassName
{
border-color: #B8CDB2;
}
.TagClassName
{
border-color: #B8CDB2;
}
</style>