Shades of Rainee #B2BEAF
Tints of Rainee #B2BEAF
RGB
CMYK
RGB Variations
Color information
#B2BEAF (or 0xB2BEAF) is known color: Rainee. HEX triplet: B2, BE and AF. RGB value is (178,190,175). Sum of RGB (Red+Green+Blue) = 178+190+175=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEAF is #4D4150. Grayscale: #B8B8B8. Windows color (decimal): -5062993 or 11517618. OLE color: 11517618.
HSL color Cylindrical-coordinate representation of color #B2BEAF: hue angle of 108º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2BEAF is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 175 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.25 |
| HSL | 108º | 0.1% | 0.72% | - |
| HSV(B) | 108º | 0.08% | 0.75% | - |
| XYZ | 44.51 | 49.39 | 47.74 | - |
| YUV | 184.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 175 | 0.06 | 0 | 0.08 | 0.25 | 108 | 0.1 | 0.72 |
| Hex | B2 | BE | AF | 6 | 0 | 8 | 19 | 6C | A | 48 |
| Octal | 262 | 276 | 257 | 6 | 0 | 10 | 31 | 154 | 12 | 110 |
| Binary | 10110010 | 10111110 | 10101111 | 110 | 0 | 1000 | 11001 | 1101100 | 1010 | 1001000 |
Color Harmonies of #B2BEAF
Complementary color
Monochromatic Colors of #B2BEAF
Black with #B2BEAF
Text Example
Text Example
White with #B2BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEAF; }
p { color: rgb(178,190,175); }
H1.HeaderClassName
{
color: #B2BEAF;
}
.AnyTagClassName
{
color: #B2BEAF;
}
</style>
background-color css
<style>
a { background-color: #B2BEAF; }
a { background-color: rgb(178,190,175); }
div.DivClassName
{
background-color: #B2BEAF;
}
.BgClassName
{
background-color: #B2BEAF;
}
</style>
border-color css
<style>
span { border-color: #B2BEAF; }
span { border-color: rgb(178,190,175); }
td.TdClassName
{
border-color: #B2BEAF;
}
.TagClassName
{
border-color: #B2BEAF;
}
</style>