Shades of Perano #B9B7F6
Tints of Perano #B9B7F6
RGB
CMYK
RGB Variations
Color information
#B9B7F6 (or 0xB9B7F6) is known color: Perano. HEX triplet: B9, B7 and F6. RGB value is (185,183,246). Sum of RGB (Red+Green+Blue) = 185+183+246=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9B7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B7F6 is #464809. Grayscale: #BEBEBE. Windows color (decimal): -4605962 or 16168889. OLE color: 16168889.
HSL color Cylindrical-coordinate representation of color #B9B7F6: hue angle of 241.9º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9B7F6 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 183 | 246 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.04 |
| HSL | 241.9º | 0.78% | 0.84% | - |
| HSV(B) | 241.9º | 0.26% | 0.96% | - |
| XYZ | 53.58 | 50.84 | 94.18 | - |
| YUV | 190.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 183 | 246 | 0.25 | 0.26 | 0 | 0.04 | 241.9 | 0.78 | 0.84 |
| Hex | B9 | B7 | F6 | 19 | 1A | 0 | 4 | F2 | 4E | 54 |
| Octal | 271 | 267 | 366 | 31 | 32 | 0 | 4 | 362 | 116 | 124 |
| Binary | 10111001 | 10110111 | 11110110 | 11001 | 11010 | 0 | 100 | 11110010 | 1001110 | 1010100 |
Color Harmonies of #B9B7F6
Complementary color
Monochromatic Colors of #B9B7F6
Black with #B9B7F6
Text Example
Text Example
White with #B9B7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B7F6; }
p { color: rgb(185,183,246); }
H1.HeaderClassName
{
color: #B9B7F6;
}
.AnyTagClassName
{
color: #B9B7F6;
}
</style>
background-color css
<style>
a { background-color: #B9B7F6; }
a { background-color: rgb(185,183,246); }
div.DivClassName
{
background-color: #B9B7F6;
}
.BgClassName
{
background-color: #B9B7F6;
}
</style>
border-color css
<style>
span { border-color: #B9B7F6; }
span { border-color: rgb(185,183,246); }
td.TdClassName
{
border-color: #B9B7F6;
}
.TagClassName
{
border-color: #B9B7F6;
}
</style>