Shades of Perano #B7B7EF
Tints of Perano #B7B7EF
RGB
CMYK
RGB Variations
Color information
#B7B7EF (or 0xB7B7EF) is known color: Perano. HEX triplet: B7, B7 and EF. RGB value is (183,183,239). Sum of RGB (Red+Green+Blue) = 183+183+239=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B7EF is #484810. Grayscale: #BDBDBD. Windows color (decimal): -4737041 or 15710135. OLE color: 15710135.
HSL color Cylindrical-coordinate representation of color #B7B7EF: hue angle of 240º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7B7EF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 183 | 239 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.06 |
| HSL | 240º | 0.64% | 0.83% | - |
| HSV(B) | 240º | 0.23% | 0.94% | - |
| XYZ | 52.04 | 50.17 | 88.6 | - |
| YUV | 189.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 239 | 0.23 | 0.23 | 0 | 0.06 | 240 | 0.64 | 0.83 |
| Hex | B7 | B7 | EF | 17 | 17 | 0 | 6 | F0 | 40 | 53 |
| Octal | 267 | 267 | 357 | 27 | 27 | 0 | 6 | 360 | 100 | 123 |
| Binary | 10110111 | 10110111 | 11101111 | 10111 | 10111 | 0 | 110 | 11110000 | 1000000 | 1010011 |
Color Harmonies of #B7B7EF
Complementary color
Monochromatic Colors of #B7B7EF
Black with #B7B7EF
Text Example
Text Example
White with #B7B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7EF; }
p { color: rgb(183,183,239); }
H1.HeaderClassName
{
color: #B7B7EF;
}
.AnyTagClassName
{
color: #B7B7EF;
}
</style>
background-color css
<style>
a { background-color: #B7B7EF; }
a { background-color: rgb(183,183,239); }
div.DivClassName
{
background-color: #B7B7EF;
}
.BgClassName
{
background-color: #B7B7EF;
}
</style>
border-color css
<style>
span { border-color: #B7B7EF; }
span { border-color: rgb(183,183,239); }
td.TdClassName
{
border-color: #B7B7EF;
}
.TagClassName
{
border-color: #B7B7EF;
}
</style>