Shades of Rainee #B0BFAB
Tints of Rainee #B0BFAB
RGB
CMYK
RGB Variations
Color information
#B0BFAB (or 0xB0BFAB) is known color: Rainee. HEX triplet: B0, BF and AB. RGB value is (176,191,171). Sum of RGB (Red+Green+Blue) = 176+191+171=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFAB is #4F4054. Grayscale: #B8B8B8. Windows color (decimal): -5193813 or 11255728. OLE color: 11255728.
HSL color Cylindrical-coordinate representation of color #B0BFAB: hue angle of 105º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BFAB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 176 | 191 | 171 | - |
CMYK | 0.08 | 0 | 0.10 | 0.25 |
HSL | 105º | 0.14% | 0.71% | - |
HSV(B) | 105º | 0.1% | 0.75% | - |
XYZ | 43.89 | 49.43 | 45.76 | - |
YUV | 184.24 | 120.53 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 191 | 171 | 0.08 | 0 | 0.10 | 0.25 | 105 | 0.14 | 0.71 |
Hex | B0 | BF | AB | 8 | 0 | A | 19 | 69 | E | 47 |
Octal | 260 | 277 | 253 | 10 | 0 | 12 | 31 | 151 | 16 | 107 |
Binary | 10110000 | 10111111 | 10101011 | 1000 | 0 | 1010 | 11001 | 1101001 | 1110 | 1000111 |
Color Harmonies of #B0BFAB
Complementary color
Monochromatic Colors of #B0BFAB
Black with #B0BFAB
Text Example
Text Example
White with #B0BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFAB; }
p { color: rgb(176,191,171); }
H1.HeaderClassName
{
color: #B0BFAB;
}
.AnyTagClassName
{
color: #B0BFAB;
}
</style>
background-color css
<style>
a { background-color: #B0BFAB; }
a { background-color: rgb(176,191,171); }
div.DivClassName
{
background-color: #B0BFAB;
}
.BgClassName
{
background-color: #B0BFAB;
}
</style>
border-color css
<style>
span { border-color: #B0BFAB; }
span { border-color: rgb(176,191,171); }
td.TdClassName
{
border-color: #B0BFAB;
}
.TagClassName
{
border-color: #B0BFAB;
}
</style>