Shades of Perano #B7BCE7
Tints of Perano #B7BCE7
RGB
CMYK
RGB Variations
Color information
#B7BCE7 (or 0xB7BCE7) is known color: Perano. HEX triplet: B7, BC and E7. RGB value is (183,188,231). Sum of RGB (Red+Green+Blue) = 183+188+231=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #B7BCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BCE7 is #484318. Grayscale: #BFBFBF. Windows color (decimal): -4735769 or 15187127. OLE color: 15187127.
HSL color Cylindrical-coordinate representation of color #B7BCE7: hue angle of 233.75º degrees, saturation: 0.5, 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 #B7BCE7 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 188 | 231 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.09 |
| HSL | 233.75º | 0.5% | 0.81% | - |
| HSV(B) | 233.75º | 0.21% | 0.91% | - |
| XYZ | 51.94 | 51.8 | 82.86 | - |
| YUV | 191.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 231 | 0.21 | 0.19 | 0 | 0.09 | 233.75 | 0.5 | 0.81 |
| Hex | B7 | BC | E7 | 15 | 13 | 0 | 9 | EA | 32 | 51 |
| Octal | 267 | 274 | 347 | 25 | 23 | 0 | 11 | 352 | 62 | 121 |
| Binary | 10110111 | 10111100 | 11100111 | 10101 | 10011 | 0 | 1001 | 11101010 | 110010 | 1010001 |
Color Harmonies of #B7BCE7
Complementary color
Monochromatic Colors of #B7BCE7
Black with #B7BCE7
Text Example
Text Example
White with #B7BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCE7; }
p { color: rgb(183,188,231); }
H1.HeaderClassName
{
color: #B7BCE7;
}
.AnyTagClassName
{
color: #B7BCE7;
}
</style>
background-color css
<style>
a { background-color: #B7BCE7; }
a { background-color: rgb(183,188,231); }
div.DivClassName
{
background-color: #B7BCE7;
}
.BgClassName
{
background-color: #B7BCE7;
}
</style>
border-color css
<style>
span { border-color: #B7BCE7; }
span { border-color: rgb(183,188,231); }
td.TdClassName
{
border-color: #B7BCE7;
}
.TagClassName
{
border-color: #B7BCE7;
}
</style>