Shades of Rainee #B8CDAF
Tints of Rainee #B8CDAF
RGB
CMYK
RGB Variations
Color information
#B8CDAF (or 0xB8CDAF) is known color: Rainee. HEX triplet: B8, CD and AF. RGB value is (184,205,175). Sum of RGB (Red+Green+Blue) = 184+205+175=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CDAF is #473250. Grayscale: #C3C3C3. Windows color (decimal): -4665937 or 11521464. OLE color: 11521464.
HSL color Cylindrical-coordinate representation of color #B8CDAF: hue angle of 102º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8CDAF is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 175 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.20 |
| HSL | 102º | 0.23% | 0.75% | - |
| HSV(B) | 102º | 0.15% | 0.8% | - |
| XYZ | 49.34 | 56.95 | 48.95 | - |
| YUV | 195.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 175 | 0.10 | 0 | 0.15 | 0.20 | 102 | 0.23 | 0.75 |
| Hex | B8 | CD | AF | A | 0 | F | 14 | 66 | 17 | 4B |
| Octal | 270 | 315 | 257 | 12 | 0 | 17 | 24 | 146 | 27 | 113 |
| Binary | 10111000 | 11001101 | 10101111 | 1010 | 0 | 1111 | 10100 | 1100110 | 10111 | 1001011 |
Color Harmonies of #B8CDAF
Complementary color
Monochromatic Colors of #B8CDAF
Black with #B8CDAF
Text Example
Text Example
White with #B8CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDAF; }
p { color: rgb(184,205,175); }
H1.HeaderClassName
{
color: #B8CDAF;
}
.AnyTagClassName
{
color: #B8CDAF;
}
</style>
background-color css
<style>
a { background-color: #B8CDAF; }
a { background-color: rgb(184,205,175); }
div.DivClassName
{
background-color: #B8CDAF;
}
.BgClassName
{
background-color: #B8CDAF;
}
</style>
border-color css
<style>
span { border-color: #B8CDAF; }
span { border-color: rgb(184,205,175); }
td.TdClassName
{
border-color: #B8CDAF;
}
.TagClassName
{
border-color: #B8CDAF;
}
</style>