Shades of Perano #B7BDE8
Tints of Perano #B7BDE8
RGB
CMYK
RGB Variations
Color information
#B7BDE8 (or 0xB7BDE8) is known color: Perano. HEX triplet: B7, BD and E8. RGB value is (183,189,232). Sum of RGB (Red+Green+Blue) = 183+189+232=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDE8 is #484217. Grayscale: #BFBFBF. Windows color (decimal): -4735512 or 15252919. OLE color: 15252919.
HSL color Cylindrical-coordinate representation of color #B7BDE8: hue angle of 232.65º 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 #B7BDE8 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 189 | 232 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.09 |
| HSL | 232.65º | 0.52% | 0.81% | - |
| HSV(B) | 232.65º | 0.21% | 0.91% | - |
| XYZ | 52.29 | 52.29 | 83.68 | - |
| YUV | 192.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 232 | 0.21 | 0.19 | 0 | 0.09 | 232.65 | 0.52 | 0.81 |
| Hex | B7 | BD | E8 | 15 | 13 | 0 | 9 | E9 | 34 | 51 |
| Octal | 267 | 275 | 350 | 25 | 23 | 0 | 11 | 351 | 64 | 121 |
| Binary | 10110111 | 10111101 | 11101000 | 10101 | 10011 | 0 | 1001 | 11101001 | 110100 | 1010001 |
Color Harmonies of #B7BDE8
Complementary color
Monochromatic Colors of #B7BDE8
Black with #B7BDE8
Text Example
Text Example
White with #B7BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDE8; }
p { color: rgb(183,189,232); }
H1.HeaderClassName
{
color: #B7BDE8;
}
.AnyTagClassName
{
color: #B7BDE8;
}
</style>
background-color css
<style>
a { background-color: #B7BDE8; }
a { background-color: rgb(183,189,232); }
div.DivClassName
{
background-color: #B7BDE8;
}
.BgClassName
{
background-color: #B7BDE8;
}
</style>
border-color css
<style>
span { border-color: #B7BDE8; }
span { border-color: rgb(183,189,232); }
td.TdClassName
{
border-color: #B7BDE8;
}
.TagClassName
{
border-color: #B7BDE8;
}
</style>