Shades of Perano #B7BCE8
Tints of Perano #B7BCE8
RGB
CMYK
RGB Variations
Color information
#B7BCE8 (or 0xB7BCE8) is known color: Perano. HEX triplet: B7, BC and E8. RGB value is (183,188,232). Sum of RGB (Red+Green+Blue) = 183+188+232=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7BCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BCE8 is #484317. Grayscale: #BFBFBF. Windows color (decimal): -4735768 or 15252663. OLE color: 15252663.
HSL color Cylindrical-coordinate representation of color #B7BCE8: hue angle of 233.88º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7BCE8 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 188 | 232 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.09 |
| HSL | 233.88º | 0.52% | 0.81% | - |
| HSV(B) | 233.88º | 0.21% | 0.91% | - |
| XYZ | 52.08 | 51.86 | 83.61 | - |
| YUV | 191.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 232 | 0.21 | 0.19 | 0 | 0.09 | 233.88 | 0.52 | 0.81 |
| Hex | B7 | BC | E8 | 15 | 13 | 0 | 9 | EA | 34 | 51 |
| Octal | 267 | 274 | 350 | 25 | 23 | 0 | 11 | 352 | 64 | 121 |
| Binary | 10110111 | 10111100 | 11101000 | 10101 | 10011 | 0 | 1001 | 11101010 | 110100 | 1010001 |
Color Harmonies of #B7BCE8
Complementary color
Monochromatic Colors of #B7BCE8
Black with #B7BCE8
Text Example
Text Example
White with #B7BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCE8; }
p { color: rgb(183,188,232); }
H1.HeaderClassName
{
color: #B7BCE8;
}
.AnyTagClassName
{
color: #B7BCE8;
}
</style>
background-color css
<style>
a { background-color: #B7BCE8; }
a { background-color: rgb(183,188,232); }
div.DivClassName
{
background-color: #B7BCE8;
}
.BgClassName
{
background-color: #B7BCE8;
}
</style>
border-color css
<style>
span { border-color: #B7BCE8; }
span { border-color: rgb(183,188,232); }
td.TdClassName
{
border-color: #B7BCE8;
}
.TagClassName
{
border-color: #B7BCE8;
}
</style>