Shades of Perano #B0B7E5
Tints of Perano #B0B7E5
RGB
CMYK
RGB Variations
Color information
#B0B7E5 (or 0xB0B7E5) is known color: Perano. HEX triplet: B0, B7 and E5. RGB value is (176,183,229). Sum of RGB (Red+Green+Blue) = 176+183+229=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0B7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7E5 is #4F481A. Grayscale: #B9B9B9. Windows color (decimal): -5195803 or 15054768. OLE color: 15054768.
HSL color Cylindrical-coordinate representation of color #B0B7E5: hue angle of 232.08º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0B7E5 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 183 | 229 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.10 |
| HSL | 232.08º | 0.5% | 0.79% | - |
| HSV(B) | 232.08º | 0.23% | 0.9% | - |
| XYZ | 48.98 | 48.75 | 80.96 | - |
| YUV | 186.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 229 | 0.23 | 0.20 | 0 | 0.10 | 232.08 | 0.5 | 0.79 |
| Hex | B0 | B7 | E5 | 17 | 14 | 0 | A | E8 | 32 | 4F |
| Octal | 260 | 267 | 345 | 27 | 24 | 0 | 12 | 350 | 62 | 117 |
| Binary | 10110000 | 10110111 | 11100101 | 10111 | 10100 | 0 | 1010 | 11101000 | 110010 | 1001111 |
Color Harmonies of #B0B7E5
Complementary color
Monochromatic Colors of #B0B7E5
Black with #B0B7E5
Text Example
Text Example
White with #B0B7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B7E5; }
p { color: rgb(176,183,229); }
H1.HeaderClassName
{
color: #B0B7E5;
}
.AnyTagClassName
{
color: #B0B7E5;
}
</style>
background-color css
<style>
a { background-color: #B0B7E5; }
a { background-color: rgb(176,183,229); }
div.DivClassName
{
background-color: #B0B7E5;
}
.BgClassName
{
background-color: #B0B7E5;
}
</style>
border-color css
<style>
span { border-color: #B0B7E5; }
span { border-color: rgb(176,183,229); }
td.TdClassName
{
border-color: #B0B7E5;
}
.TagClassName
{
border-color: #B0B7E5;
}
</style>