Shades of Perano #B7BCE9
Tints of Perano #B7BCE9
RGB
CMYK
RGB Variations
Color information
#B7BCE9 (or 0xB7BCE9) is known color: Perano. HEX triplet: B7, BC and E9. RGB value is (183,188,233). Sum of RGB (Red+Green+Blue) = 183+188+233=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #B7BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BCE9 is #484316. Grayscale: #BFBFBF. Windows color (decimal): -4735767 or 15318199. OLE color: 15318199.
HSL color Cylindrical-coordinate representation of color #B7BCE9: hue angle of 234º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7BCE9 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 188 | 233 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.09 |
| HSL | 234º | 0.53% | 0.82% | - |
| HSV(B) | 234º | 0.21% | 0.91% | - |
| XYZ | 52.22 | 51.92 | 84.36 | - |
| YUV | 191.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 233 | 0.21 | 0.19 | 0 | 0.09 | 234 | 0.53 | 0.82 |
| Hex | B7 | BC | E9 | 15 | 13 | 0 | 9 | EA | 35 | 52 |
| Octal | 267 | 274 | 351 | 25 | 23 | 0 | 11 | 352 | 65 | 122 |
| Binary | 10110111 | 10111100 | 11101001 | 10101 | 10011 | 0 | 1001 | 11101010 | 110101 | 1010010 |
Color Harmonies of #B7BCE9
Complementary color
Monochromatic Colors of #B7BCE9
Black with #B7BCE9
Text Example
Text Example
White with #B7BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCE9; }
p { color: rgb(183,188,233); }
H1.HeaderClassName
{
color: #B7BCE9;
}
.AnyTagClassName
{
color: #B7BCE9;
}
</style>
background-color css
<style>
a { background-color: #B7BCE9; }
a { background-color: rgb(183,188,233); }
div.DivClassName
{
background-color: #B7BCE9;
}
.BgClassName
{
background-color: #B7BCE9;
}
</style>
border-color css
<style>
span { border-color: #B7BCE9; }
span { border-color: rgb(183,188,233); }
td.TdClassName
{
border-color: #B7BCE9;
}
.TagClassName
{
border-color: #B7BCE9;
}
</style>