Shades of Perano #B0BFE7
Tints of Perano #B0BFE7
RGB
CMYK
RGB Variations
Color information
#B0BFE7 (or 0xB0BFE7) is known color: Perano. HEX triplet: B0, BF and E7. RGB value is (176,191,231). Sum of RGB (Red+Green+Blue) = 176+191+231=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #B0BFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFE7 is #4F4018. Grayscale: #BEBEBE. Windows color (decimal): -5193753 or 15187888. OLE color: 15187888.
HSL color Cylindrical-coordinate representation of color #B0BFE7: hue angle of 223.64º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0BFE7 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 191 | 231 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.09 |
| HSL | 223.64º | 0.53% | 0.8% | - |
| HSV(B) | 223.64º | 0.24% | 0.91% | - |
| XYZ | 50.96 | 52.26 | 83 | - |
| YUV | 191.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 231 | 0.24 | 0.17 | 0 | 0.09 | 223.64 | 0.53 | 0.8 |
| Hex | B0 | BF | E7 | 18 | 11 | 0 | 9 | E0 | 35 | 50 |
| Octal | 260 | 277 | 347 | 30 | 21 | 0 | 11 | 340 | 65 | 120 |
| Binary | 10110000 | 10111111 | 11100111 | 11000 | 10001 | 0 | 1001 | 11100000 | 110101 | 1010000 |
Color Harmonies of #B0BFE7
Complementary color
Monochromatic Colors of #B0BFE7
Black with #B0BFE7
Text Example
Text Example
White with #B0BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFE7; }
p { color: rgb(176,191,231); }
H1.HeaderClassName
{
color: #B0BFE7;
}
.AnyTagClassName
{
color: #B0BFE7;
}
</style>
background-color css
<style>
a { background-color: #B0BFE7; }
a { background-color: rgb(176,191,231); }
div.DivClassName
{
background-color: #B0BFE7;
}
.BgClassName
{
background-color: #B0BFE7;
}
</style>
border-color css
<style>
span { border-color: #B0BFE7; }
span { border-color: rgb(176,191,231); }
td.TdClassName
{
border-color: #B0BFE7;
}
.TagClassName
{
border-color: #B0BFE7;
}
</style>