Shades of Perano #B7BEE0
Tints of Perano #B7BEE0
RGB
CMYK
RGB Variations
Color information
#B7BEE0 (or 0xB7BEE0) is known color: Perano. HEX triplet: B7, BE and E0. RGB value is (183,190,224). Sum of RGB (Red+Green+Blue) = 183+190+224=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #B7BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEE0 is #48411F. Grayscale: #BFBFBF. Windows color (decimal): -4735264 or 14728887. OLE color: 14728887.
HSL color Cylindrical-coordinate representation of color #B7BEE0: hue angle of 229.76º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BEE0 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 190 | 224 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.12 |
| HSL | 229.76º | 0.4% | 0.8% | - |
| HSV(B) | 229.76º | 0.18% | 0.88% | - |
| XYZ | 51.4 | 52.28 | 77.9 | - |
| YUV | 191.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 224 | 0.18 | 0.15 | 0 | 0.12 | 229.76 | 0.4 | 0.8 |
| Hex | B7 | BE | E0 | 12 | F | 0 | C | E6 | 28 | 50 |
| Octal | 267 | 276 | 340 | 22 | 17 | 0 | 14 | 346 | 50 | 120 |
| Binary | 10110111 | 10111110 | 11100000 | 10010 | 1111 | 0 | 1100 | 11100110 | 101000 | 1010000 |
Color Harmonies of #B7BEE0
Complementary color
Monochromatic Colors of #B7BEE0
Black with #B7BEE0
Text Example
Text Example
White with #B7BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEE0; }
p { color: rgb(183,190,224); }
H1.HeaderClassName
{
color: #B7BEE0;
}
.AnyTagClassName
{
color: #B7BEE0;
}
</style>
background-color css
<style>
a { background-color: #B7BEE0; }
a { background-color: rgb(183,190,224); }
div.DivClassName
{
background-color: #B7BEE0;
}
.BgClassName
{
background-color: #B7BEE0;
}
</style>
border-color css
<style>
span { border-color: #B7BEE0; }
span { border-color: rgb(183,190,224); }
td.TdClassName
{
border-color: #B7BEE0;
}
.TagClassName
{
border-color: #B7BEE0;
}
</style>