Shades of Rainee #B8CBB3
Tints of Rainee #B8CBB3
RGB
CMYK
RGB Variations
Color information
#B8CBB3 (or 0xB8CBB3) is known color: Rainee. HEX triplet: B8, CB and B3. RGB value is (184,203,179). Sum of RGB (Red+Green+Blue) = 184+203+179=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBB3 is #47344C. Grayscale: #C2C2C2. Windows color (decimal): -4666445 or 11783096. OLE color: 11783096.
HSL color Cylindrical-coordinate representation of color #B8CBB3: hue angle of 107.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8CBB3 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 179 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.20 |
| HSL | 107.5º | 0.19% | 0.75% | - |
| HSV(B) | 107.5º | 0.12% | 0.8% | - |
| XYZ | 49.26 | 56.16 | 50.89 | - |
| YUV | 194.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 179 | 0.09 | 0 | 0.12 | 0.20 | 107.5 | 0.19 | 0.75 |
| Hex | B8 | CB | B3 | 9 | 0 | C | 14 | 6C | 13 | 4B |
| Octal | 270 | 313 | 263 | 11 | 0 | 14 | 24 | 154 | 23 | 113 |
| Binary | 10111000 | 11001011 | 10110011 | 1001 | 0 | 1100 | 10100 | 1101100 | 10011 | 1001011 |
Color Harmonies of #B8CBB3
Complementary color
Monochromatic Colors of #B8CBB3
Black with #B8CBB3
Text Example
Text Example
White with #B8CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBB3; }
p { color: rgb(184,203,179); }
H1.HeaderClassName
{
color: #B8CBB3;
}
.AnyTagClassName
{
color: #B8CBB3;
}
</style>
background-color css
<style>
a { background-color: #B8CBB3; }
a { background-color: rgb(184,203,179); }
div.DivClassName
{
background-color: #B8CBB3;
}
.BgClassName
{
background-color: #B8CBB3;
}
</style>
border-color css
<style>
span { border-color: #B8CBB3; }
span { border-color: rgb(184,203,179); }
td.TdClassName
{
border-color: #B8CBB3;
}
.TagClassName
{
border-color: #B8CBB3;
}
</style>