Shades of Perano #B7BEDB
Tints of Perano #B7BEDB
RGB
CMYK
RGB Variations
Color information
#B7BEDB (or 0xB7BEDB) is known color: Perano. HEX triplet: B7, BE and DB. RGB value is (183,190,219). Sum of RGB (Red+Green+Blue) = 183+190+219=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEDB is #484124. Grayscale: #BFBFBF. Windows color (decimal): -4735269 or 14401207. OLE color: 14401207.
HSL color Cylindrical-coordinate representation of color #B7BEDB: hue angle of 228.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7BEDB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 190 | 219 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.14 |
| HSL | 228.33º | 0.33% | 0.79% | - |
| HSV(B) | 228.33º | 0.16% | 0.86% | - |
| XYZ | 50.73 | 52.01 | 74.38 | - |
| YUV | 191.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 219 | 0.16 | 0.13 | 0 | 0.14 | 228.33 | 0.33 | 0.79 |
| Hex | B7 | BE | DB | 10 | D | 0 | E | E4 | 21 | 4F |
| Octal | 267 | 276 | 333 | 20 | 15 | 0 | 16 | 344 | 41 | 117 |
| Binary | 10110111 | 10111110 | 11011011 | 10000 | 1101 | 0 | 1110 | 11100100 | 100001 | 1001111 |
Color Harmonies of #B7BEDB
Complementary color
Monochromatic Colors of #B7BEDB
Black with #B7BEDB
Text Example
Text Example
White with #B7BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEDB; }
p { color: rgb(183,190,219); }
H1.HeaderClassName
{
color: #B7BEDB;
}
.AnyTagClassName
{
color: #B7BEDB;
}
</style>
background-color css
<style>
a { background-color: #B7BEDB; }
a { background-color: rgb(183,190,219); }
div.DivClassName
{
background-color: #B7BEDB;
}
.BgClassName
{
background-color: #B7BEDB;
}
</style>
border-color css
<style>
span { border-color: #B7BEDB; }
span { border-color: rgb(183,190,219); }
td.TdClassName
{
border-color: #B7BEDB;
}
.TagClassName
{
border-color: #B7BEDB;
}
</style>