Shades of Perano #B7B8F3
Tints of Perano #B7B8F3
RGB
CMYK
RGB Variations
Color information
#B7B8F3 (or 0xB7B8F3) is known color: Perano. HEX triplet: B7, B8 and F3. RGB value is (183,184,243). Sum of RGB (Red+Green+Blue) = 183+184+243=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B8F3 is #48470C. Grayscale: #BEBEBE. Windows color (decimal): -4736781 or 15972535. OLE color: 15972535.
HSL color Cylindrical-coordinate representation of color #B7B8F3: hue angle of 239º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7B8F3 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 184 | 243 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.05 |
| HSL | 239º | 0.71% | 0.84% | - |
| HSV(B) | 239º | 0.25% | 0.95% | - |
| XYZ | 52.85 | 50.82 | 91.82 | - |
| YUV | 190.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 243 | 0.25 | 0.24 | 0 | 0.05 | 239 | 0.71 | 0.84 |
| Hex | B7 | B8 | F3 | 19 | 18 | 0 | 5 | EF | 47 | 54 |
| Octal | 267 | 270 | 363 | 31 | 30 | 0 | 5 | 357 | 107 | 124 |
| Binary | 10110111 | 10111000 | 11110011 | 11001 | 11000 | 0 | 101 | 11101111 | 1000111 | 1010100 |
Color Harmonies of #B7B8F3
Complementary color
Monochromatic Colors of #B7B8F3
Black with #B7B8F3
Text Example
Text Example
White with #B7B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8F3; }
p { color: rgb(183,184,243); }
H1.HeaderClassName
{
color: #B7B8F3;
}
.AnyTagClassName
{
color: #B7B8F3;
}
</style>
background-color css
<style>
a { background-color: #B7B8F3; }
a { background-color: rgb(183,184,243); }
div.DivClassName
{
background-color: #B7B8F3;
}
.BgClassName
{
background-color: #B7B8F3;
}
</style>
border-color css
<style>
span { border-color: #B7B8F3; }
span { border-color: rgb(183,184,243); }
td.TdClassName
{
border-color: #B7B8F3;
}
.TagClassName
{
border-color: #B7B8F3;
}
</style>