Shades of Perano #B7B8F9
Tints of Perano #B7B8F9
RGB
CMYK
RGB Variations
Color information
#B7B8F9 (or 0xB7B8F9) is known color: Perano. HEX triplet: B7, B8 and F9. RGB value is (183,184,249). Sum of RGB (Red+Green+Blue) = 183+184+249=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7B8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B8F9 is #484706. Grayscale: #BEBEBE. Windows color (decimal): -4736775 or 16365751. OLE color: 16365751.
HSL color Cylindrical-coordinate representation of color #B7B8F9: hue angle of 239.09º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7B8F9 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 184 | 249 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.02 |
| HSL | 239.09º | 0.85% | 0.85% | - |
| HSV(B) | 239.09º | 0.27% | 0.98% | - |
| XYZ | 53.77 | 51.19 | 96.67 | - |
| YUV | 191.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 249 | 0.27 | 0.26 | 0 | 0.02 | 239.09 | 0.85 | 0.85 |
| Hex | B7 | B8 | F9 | 1B | 1A | 0 | 2 | EF | 55 | 55 |
| Octal | 267 | 270 | 371 | 33 | 32 | 0 | 2 | 357 | 125 | 125 |
| Binary | 10110111 | 10111000 | 11111001 | 11011 | 11010 | 0 | 10 | 11101111 | 1010101 | 1010101 |
Color Harmonies of #B7B8F9
Complementary color
Monochromatic Colors of #B7B8F9
Black with #B7B8F9
Text Example
Text Example
White with #B7B8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8F9; }
p { color: rgb(183,184,249); }
H1.HeaderClassName
{
color: #B7B8F9;
}
.AnyTagClassName
{
color: #B7B8F9;
}
</style>
background-color css
<style>
a { background-color: #B7B8F9; }
a { background-color: rgb(183,184,249); }
div.DivClassName
{
background-color: #B7B8F9;
}
.BgClassName
{
background-color: #B7B8F9;
}
</style>
border-color css
<style>
span { border-color: #B7B8F9; }
span { border-color: rgb(183,184,249); }
td.TdClassName
{
border-color: #B7B8F9;
}
.TagClassName
{
border-color: #B7B8F9;
}
</style>