Shades of Rainee #B8CFB2
Tints of Rainee #B8CFB2
RGB
CMYK
RGB Variations
Color information
#B8CFB2 (or 0xB8CFB2) is known color: Rainee. HEX triplet: B8, CF and B2. RGB value is (184,207,178). Sum of RGB (Red+Green+Blue) = 184+207+178=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CFB2 is #47304D. Grayscale: #C4C4C4. Windows color (decimal): -4665422 or 11718584. OLE color: 11718584.
HSL color Cylindrical-coordinate representation of color #B8CFB2: hue angle of 107.59º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8CFB2 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 178 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.19 |
| HSL | 107.59º | 0.23% | 0.75% | - |
| HSV(B) | 107.59º | 0.14% | 0.81% | - |
| XYZ | 50.12 | 58.03 | 50.68 | - |
| YUV | 196.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 178 | 0.11 | 0 | 0.14 | 0.19 | 107.59 | 0.23 | 0.75 |
| Hex | B8 | CF | B2 | B | 0 | E | 13 | 6C | 17 | 4B |
| Octal | 270 | 317 | 262 | 13 | 0 | 16 | 23 | 154 | 27 | 113 |
| Binary | 10111000 | 11001111 | 10110010 | 1011 | 0 | 1110 | 10011 | 1101100 | 10111 | 1001011 |
Color Harmonies of #B8CFB2
Complementary color
Monochromatic Colors of #B8CFB2
Black with #B8CFB2
Text Example
Text Example
White with #B8CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFB2; }
p { color: rgb(184,207,178); }
H1.HeaderClassName
{
color: #B8CFB2;
}
.AnyTagClassName
{
color: #B8CFB2;
}
</style>
background-color css
<style>
a { background-color: #B8CFB2; }
a { background-color: rgb(184,207,178); }
div.DivClassName
{
background-color: #B8CFB2;
}
.BgClassName
{
background-color: #B8CFB2;
}
</style>
border-color css
<style>
span { border-color: #B8CFB2; }
span { border-color: rgb(184,207,178); }
td.TdClassName
{
border-color: #B8CFB2;
}
.TagClassName
{
border-color: #B8CFB2;
}
</style>