Shades of Rainee #B8CBB0
Tints of Rainee #B8CBB0
RGB
CMYK
RGB Variations
Color information
#B8CBB0 (or 0xB8CBB0) is known color: Rainee. HEX triplet: B8, CB and B0. RGB value is (184,203,176). Sum of RGB (Red+Green+Blue) = 184+203+176=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CBB0 is #47344F. Grayscale: #C2C2C2. Windows color (decimal): -4666448 or 11586488. OLE color: 11586488.
HSL color Cylindrical-coordinate representation of color #B8CBB0: hue angle of 102.22º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8CBB0 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 176 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.20 |
| HSL | 102.22º | 0.21% | 0.74% | - |
| HSV(B) | 102.22º | 0.13% | 0.8% | - |
| XYZ | 48.96 | 56.04 | 49.31 | - |
| YUV | 194.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 176 | 0.09 | 0 | 0.13 | 0.20 | 102.22 | 0.21 | 0.74 |
| Hex | B8 | CB | B0 | 9 | 0 | D | 14 | 66 | 15 | 4A |
| Octal | 270 | 313 | 260 | 11 | 0 | 15 | 24 | 146 | 25 | 112 |
| Binary | 10111000 | 11001011 | 10110000 | 1001 | 0 | 1101 | 10100 | 1100110 | 10101 | 1001010 |
Color Harmonies of #B8CBB0
Complementary color
Monochromatic Colors of #B8CBB0
Black with #B8CBB0
Text Example
Text Example
White with #B8CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBB0; }
p { color: rgb(184,203,176); }
H1.HeaderClassName
{
color: #B8CBB0;
}
.AnyTagClassName
{
color: #B8CBB0;
}
</style>
background-color css
<style>
a { background-color: #B8CBB0; }
a { background-color: rgb(184,203,176); }
div.DivClassName
{
background-color: #B8CBB0;
}
.BgClassName
{
background-color: #B8CBB0;
}
</style>
border-color css
<style>
span { border-color: #B8CBB0; }
span { border-color: rgb(184,203,176); }
td.TdClassName
{
border-color: #B8CBB0;
}
.TagClassName
{
border-color: #B8CBB0;
}
</style>