Shades of Rainee #B7CCB2
Tints of Rainee #B7CCB2
RGB
CMYK
RGB Variations
Color information
#B7CCB2 (or 0xB7CCB2) is known color: Rainee. HEX triplet: B7, CC and B2. RGB value is (183,204,178). Sum of RGB (Red+Green+Blue) = 183+204+178=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CCB2 is #48334D. Grayscale: #C2C2C2. Windows color (decimal): -4731726 or 11717815. OLE color: 11717815.
HSL color Cylindrical-coordinate representation of color #B7CCB2: hue angle of 108.46º degrees, saturation: 0.2, 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 #B7CCB2 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 178 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.2 |
| HSL | 108.46º | 0.2% | 0.75% | - |
| HSV(B) | 108.46º | 0.13% | 0.8% | - |
| XYZ | 49.16 | 56.47 | 50.43 | - |
| YUV | 194.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 178 | 0.10 | 0 | 0.13 | 0.2 | 108.46 | 0.2 | 0.75 |
| Hex | B7 | CC | B2 | A | 0 | D | 14 | 6C | 14 | 4B |
| Octal | 267 | 314 | 262 | 12 | 0 | 15 | 24 | 154 | 24 | 113 |
| Binary | 10110111 | 11001100 | 10110010 | 1010 | 0 | 1101 | 10100 | 1101100 | 10100 | 1001011 |
Color Harmonies of #B7CCB2
Complementary color
Monochromatic Colors of #B7CCB2
Black with #B7CCB2
Text Example
Text Example
White with #B7CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CCB2; }
p { color: rgb(183,204,178); }
H1.HeaderClassName
{
color: #B7CCB2;
}
.AnyTagClassName
{
color: #B7CCB2;
}
</style>
background-color css
<style>
a { background-color: #B7CCB2; }
a { background-color: rgb(183,204,178); }
div.DivClassName
{
background-color: #B7CCB2;
}
.BgClassName
{
background-color: #B7CCB2;
}
</style>
border-color css
<style>
span { border-color: #B7CCB2; }
span { border-color: rgb(183,204,178); }
td.TdClassName
{
border-color: #B7CCB2;
}
.TagClassName
{
border-color: #B7CCB2;
}
</style>