Shades of Perano #B0B4FF
Tints of Perano #B0B4FF
RGB
CMYK
RGB Variations
Color information
#B0B4FF (or 0xB0B4FF) is known color: Perano. HEX triplet: B0, B4 and FF. RGB value is (176,180,255). Sum of RGB (Red+Green+Blue) = 176+180+255=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0B4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B4FF is #4F4B00. Grayscale: #BBBBBB. Windows color (decimal): -5196545 or 16757936. OLE color: 16757936.
HSL color Cylindrical-coordinate representation of color #B0B4FF: hue angle of 236.96º 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 #B0B4FF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 180 | 255 | - |
| CMYK | 0.31 | 0.29 | 0 | 0 |
| HSL | 236.96º | 1% | 0.85% | - |
| HSV(B) | 236.96º | 0.31% | 1% | - |
| XYZ | 52.28 | 49.09 | 101.33 | - |
| YUV | 187.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 255 | 0.31 | 0.29 | 0 | 0 | 236.96 | 1 | 0.85 |
| Hex | B0 | B4 | FF | 1F | 1D | 0 | 0 | ED | 64 | 55 |
| Octal | 260 | 264 | 377 | 37 | 35 | 0 | 0 | 355 | 144 | 125 |
| Binary | 10110000 | 10110100 | 11111111 | 11111 | 11101 | 0 | 0 | 11101101 | 1100100 | 1010101 |
Color Harmonies of #B0B4FF
Complementary color
Monochromatic Colors of #B0B4FF
Black with #B0B4FF
Text Example
Text Example
White with #B0B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B4FF; }
p { color: rgb(176,180,255); }
H1.HeaderClassName
{
color: #B0B4FF;
}
.AnyTagClassName
{
color: #B0B4FF;
}
</style>
background-color css
<style>
a { background-color: #B0B4FF; }
a { background-color: rgb(176,180,255); }
div.DivClassName
{
background-color: #B0B4FF;
}
.BgClassName
{
background-color: #B0B4FF;
}
</style>
border-color css
<style>
span { border-color: #B0B4FF; }
span { border-color: rgb(176,180,255); }
td.TdClassName
{
border-color: #B0B4FF;
}
.TagClassName
{
border-color: #B0B4FF;
}
</style>