Shades of Perano #B0ABFF
Tints of Perano #B0ABFF
RGB
CMYK
RGB Variations
Color information
#B0ABFF (or 0xB0ABFF) is known color: Perano. HEX triplet: B0, AB and FF. RGB value is (176,171,255). Sum of RGB (Red+Green+Blue) = 176+171+255=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABFF is #4F5400. Grayscale: #B5B5B5. Windows color (decimal): -5198849 or 16755632. OLE color: 16755632.
HSL color Cylindrical-coordinate representation of color #B0ABFF: hue angle of 243.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0ABFF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 171 | 255 | - |
| CMYK | 0.31 | 0.33 | 0 | 0 |
| HSL | 243.57º | 1% | 0.84% | - |
| HSV(B) | 243.57º | 0.33% | 1% | - |
| XYZ | 50.52 | 45.58 | 100.74 | - |
| YUV | 182.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 255 | 0.31 | 0.33 | 0 | 0 | 243.57 | 1 | 0.84 |
| Hex | B0 | AB | FF | 1F | 21 | 0 | 0 | F4 | 64 | 54 |
| Octal | 260 | 253 | 377 | 37 | 41 | 0 | 0 | 364 | 144 | 124 |
| Binary | 10110000 | 10101011 | 11111111 | 11111 | 100001 | 0 | 0 | 11110100 | 1100100 | 1010100 |
Color Harmonies of #B0ABFF
Complementary color
Monochromatic Colors of #B0ABFF
Black with #B0ABFF
Text Example
Text Example
White with #B0ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABFF; }
p { color: rgb(176,171,255); }
H1.HeaderClassName
{
color: #B0ABFF;
}
.AnyTagClassName
{
color: #B0ABFF;
}
</style>
background-color css
<style>
a { background-color: #B0ABFF; }
a { background-color: rgb(176,171,255); }
div.DivClassName
{
background-color: #B0ABFF;
}
.BgClassName
{
background-color: #B0ABFF;
}
</style>
border-color css
<style>
span { border-color: #B0ABFF; }
span { border-color: rgb(176,171,255); }
td.TdClassName
{
border-color: #B0ABFF;
}
.TagClassName
{
border-color: #B0ABFF;
}
</style>