Shades of Perano #B7B8F2
Tints of Perano #B7B8F2
RGB
CMYK
RGB Variations
Color information
#B7B8F2 (or 0xB7B8F2) is known color: Perano. HEX triplet: B7, B8 and F2. RGB value is (183,184,242). Sum of RGB (Red+Green+Blue) = 183+184+242=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7B8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B8F2 is #48470D. Grayscale: #BEBEBE. Windows color (decimal): -4736782 or 15906999. OLE color: 15906999.
HSL color Cylindrical-coordinate representation of color #B7B8F2: hue angle of 238.98º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7B8F2 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 184 | 242 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.05 |
| HSL | 238.98º | 0.69% | 0.83% | - |
| HSV(B) | 238.98º | 0.24% | 0.95% | - |
| XYZ | 52.7 | 50.76 | 91.02 | - |
| YUV | 190.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 242 | 0.24 | 0.24 | 0 | 0.05 | 238.98 | 0.69 | 0.83 |
| Hex | B7 | B8 | F2 | 18 | 18 | 0 | 5 | EF | 45 | 53 |
| Octal | 267 | 270 | 362 | 30 | 30 | 0 | 5 | 357 | 105 | 123 |
| Binary | 10110111 | 10111000 | 11110010 | 11000 | 11000 | 0 | 101 | 11101111 | 1000101 | 1010011 |
Color Harmonies of #B7B8F2
Complementary color
Monochromatic Colors of #B7B8F2
Black with #B7B8F2
Text Example
Text Example
White with #B7B8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8F2; }
p { color: rgb(183,184,242); }
H1.HeaderClassName
{
color: #B7B8F2;
}
.AnyTagClassName
{
color: #B7B8F2;
}
</style>
background-color css
<style>
a { background-color: #B7B8F2; }
a { background-color: rgb(183,184,242); }
div.DivClassName
{
background-color: #B7B8F2;
}
.BgClassName
{
background-color: #B7B8F2;
}
</style>
border-color css
<style>
span { border-color: #B7B8F2; }
span { border-color: rgb(183,184,242); }
td.TdClassName
{
border-color: #B7B8F2;
}
.TagClassName
{
border-color: #B7B8F2;
}
</style>