Shades of Perano #B7BDEF
Tints of Perano #B7BDEF
RGB
CMYK
RGB Variations
Color information
#B7BDEF (or 0xB7BDEF) is known color: Perano. HEX triplet: B7, BD and EF. RGB value is (183,189,239). Sum of RGB (Red+Green+Blue) = 183+189+239=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDEF is #484210. Grayscale: #C0C0C0. Windows color (decimal): -4735505 or 15711671. OLE color: 15711671.
HSL color Cylindrical-coordinate representation of color #B7BDEF: hue angle of 233.57º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BDEF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 189 | 239 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.06 |
| HSL | 233.57º | 0.64% | 0.83% | - |
| HSV(B) | 233.57º | 0.23% | 0.94% | - |
| XYZ | 53.31 | 52.69 | 89.02 | - |
| YUV | 192.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 239 | 0.23 | 0.21 | 0 | 0.06 | 233.57 | 0.64 | 0.83 |
| Hex | B7 | BD | EF | 17 | 15 | 0 | 6 | EA | 40 | 53 |
| Octal | 267 | 275 | 357 | 27 | 25 | 0 | 6 | 352 | 100 | 123 |
| Binary | 10110111 | 10111101 | 11101111 | 10111 | 10101 | 0 | 110 | 11101010 | 1000000 | 1010011 |
Color Harmonies of #B7BDEF
Complementary color
Monochromatic Colors of #B7BDEF
Black with #B7BDEF
Text Example
Text Example
White with #B7BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDEF; }
p { color: rgb(183,189,239); }
H1.HeaderClassName
{
color: #B7BDEF;
}
.AnyTagClassName
{
color: #B7BDEF;
}
</style>
background-color css
<style>
a { background-color: #B7BDEF; }
a { background-color: rgb(183,189,239); }
div.DivClassName
{
background-color: #B7BDEF;
}
.BgClassName
{
background-color: #B7BDEF;
}
</style>
border-color css
<style>
span { border-color: #B7BDEF; }
span { border-color: rgb(183,189,239); }
td.TdClassName
{
border-color: #B7BDEF;
}
.TagClassName
{
border-color: #B7BDEF;
}
</style>