Shades of Perano #B7B8EF
Tints of Perano #B7B8EF
RGB
CMYK
RGB Variations
Color information
#B7B8EF (or 0xB7B8EF) is known color: Perano. HEX triplet: B7, B8 and EF. RGB value is (183,184,239). Sum of RGB (Red+Green+Blue) = 183+184+239=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7B8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B8EF is #484710. Grayscale: #BDBDBD. Windows color (decimal): -4736785 or 15710391. OLE color: 15710391.
HSL color Cylindrical-coordinate representation of color #B7B8EF: hue angle of 238.93º 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 #B7B8EF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 184 | 239 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.06 |
| HSL | 238.93º | 0.64% | 0.83% | - |
| HSV(B) | 238.93º | 0.23% | 0.94% | - |
| XYZ | 52.25 | 50.58 | 88.67 | - |
| YUV | 189.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 239 | 0.23 | 0.23 | 0 | 0.06 | 238.93 | 0.64 | 0.83 |
| Hex | B7 | B8 | EF | 17 | 17 | 0 | 6 | EF | 40 | 53 |
| Octal | 267 | 270 | 357 | 27 | 27 | 0 | 6 | 357 | 100 | 123 |
| Binary | 10110111 | 10111000 | 11101111 | 10111 | 10111 | 0 | 110 | 11101111 | 1000000 | 1010011 |
Color Harmonies of #B7B8EF
Complementary color
Monochromatic Colors of #B7B8EF
Black with #B7B8EF
Text Example
Text Example
White with #B7B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8EF; }
p { color: rgb(183,184,239); }
H1.HeaderClassName
{
color: #B7B8EF;
}
.AnyTagClassName
{
color: #B7B8EF;
}
</style>
background-color css
<style>
a { background-color: #B7B8EF; }
a { background-color: rgb(183,184,239); }
div.DivClassName
{
background-color: #B7B8EF;
}
.BgClassName
{
background-color: #B7B8EF;
}
</style>
border-color css
<style>
span { border-color: #B7B8EF; }
span { border-color: rgb(183,184,239); }
td.TdClassName
{
border-color: #B7B8EF;
}
.TagClassName
{
border-color: #B7B8EF;
}
</style>