Shades of Perano #B0BEFF
Tints of Perano #B0BEFF
RGB
CMYK
RGB Variations
Color information
#B0BEFF (or 0xB0BEFF) is known color: Perano. HEX triplet: B0, BE and FF. RGB value is (176,190,255). Sum of RGB (Red+Green+Blue) = 176+190+255=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BEFF is #4F4100. Grayscale: #C0C0C0. Windows color (decimal): -5193985 or 16760496. OLE color: 16760496.
HSL color Cylindrical-coordinate representation of color #B0BEFF: hue angle of 229.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0BEFF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 190 | 255 | - |
| CMYK | 0.31 | 0.25 | 0 | 0 |
| HSL | 229.37º | 1% | 0.85% | - |
| HSV(B) | 229.37º | 0.31% | 1% | - |
| XYZ | 54.37 | 53.28 | 102.03 | - |
| YUV | 193.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 255 | 0.31 | 0.25 | 0 | 0 | 229.37 | 1 | 0.85 |
| Hex | B0 | BE | FF | 1F | 19 | 0 | 0 | E5 | 64 | 55 |
| Octal | 260 | 276 | 377 | 37 | 31 | 0 | 0 | 345 | 144 | 125 |
| Binary | 10110000 | 10111110 | 11111111 | 11111 | 11001 | 0 | 0 | 11100101 | 1100100 | 1010101 |
Color Harmonies of #B0BEFF
Complementary color
Monochromatic Colors of #B0BEFF
Black with #B0BEFF
Text Example
Text Example
White with #B0BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEFF; }
p { color: rgb(176,190,255); }
H1.HeaderClassName
{
color: #B0BEFF;
}
.AnyTagClassName
{
color: #B0BEFF;
}
</style>
background-color css
<style>
a { background-color: #B0BEFF; }
a { background-color: rgb(176,190,255); }
div.DivClassName
{
background-color: #B0BEFF;
}
.BgClassName
{
background-color: #B0BEFF;
}
</style>
border-color css
<style>
span { border-color: #B0BEFF; }
span { border-color: rgb(176,190,255); }
td.TdClassName
{
border-color: #B0BEFF;
}
.TagClassName
{
border-color: #B0BEFF;
}
</style>