Shades of Perano #B0BEF6
Tints of Perano #B0BEF6
RGB
CMYK
RGB Variations
Color information
#B0BEF6 (or 0xB0BEF6) is known color: Perano. HEX triplet: B0, BE and F6. RGB value is (176,190,246). Sum of RGB (Red+Green+Blue) = 176+190+246=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0BEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BEF6 is #4F4109. Grayscale: #BFBFBF. Windows color (decimal): -5193994 or 16170672. OLE color: 16170672.
HSL color Cylindrical-coordinate representation of color #B0BEF6: hue angle of 228º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0BEF6 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 190 | 246 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.04 |
| HSL | 228º | 0.8% | 0.83% | - |
| HSV(B) | 228º | 0.28% | 0.96% | - |
| XYZ | 52.95 | 52.71 | 94.57 | - |
| YUV | 192.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 246 | 0.28 | 0.23 | 0 | 0.04 | 228 | 0.8 | 0.83 |
| Hex | B0 | BE | F6 | 1C | 17 | 0 | 4 | E4 | 50 | 53 |
| Octal | 260 | 276 | 366 | 34 | 27 | 0 | 4 | 344 | 120 | 123 |
| Binary | 10110000 | 10111110 | 11110110 | 11100 | 10111 | 0 | 100 | 11100100 | 1010000 | 1010011 |
Color Harmonies of #B0BEF6
Complementary color
Monochromatic Colors of #B0BEF6
Black with #B0BEF6
Text Example
Text Example
White with #B0BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEF6; }
p { color: rgb(176,190,246); }
H1.HeaderClassName
{
color: #B0BEF6;
}
.AnyTagClassName
{
color: #B0BEF6;
}
</style>
background-color css
<style>
a { background-color: #B0BEF6; }
a { background-color: rgb(176,190,246); }
div.DivClassName
{
background-color: #B0BEF6;
}
.BgClassName
{
background-color: #B0BEF6;
}
</style>
border-color css
<style>
span { border-color: #B0BEF6; }
span { border-color: rgb(176,190,246); }
td.TdClassName
{
border-color: #B0BEF6;
}
.TagClassName
{
border-color: #B0BEF6;
}
</style>