Shades of Perano #B0ABF3
Tints of Perano #B0ABF3
RGB
CMYK
RGB Variations
Color information
#B0ABF3 (or 0xB0ABF3) is known color: Perano. HEX triplet: B0, AB and F3. RGB value is (176,171,243). Sum of RGB (Red+Green+Blue) = 176+171+243=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0ABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABF3 is #4F540C. Grayscale: #B4B4B4. Windows color (decimal): -5198861 or 15969200. OLE color: 15969200.
HSL color Cylindrical-coordinate representation of color #B0ABF3: hue angle of 244.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0ABF3 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 171 | 243 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.05 |
| HSL | 244.17º | 0.75% | 0.81% | - |
| HSV(B) | 244.17º | 0.3% | 0.95% | - |
| XYZ | 48.65 | 44.83 | 90.88 | - |
| YUV | 180.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 243 | 0.28 | 0.30 | 0 | 0.05 | 244.17 | 0.75 | 0.81 |
| Hex | B0 | AB | F3 | 1C | 1E | 0 | 5 | F4 | 4B | 51 |
| Octal | 260 | 253 | 363 | 34 | 36 | 0 | 5 | 364 | 113 | 121 |
| Binary | 10110000 | 10101011 | 11110011 | 11100 | 11110 | 0 | 101 | 11110100 | 1001011 | 1010001 |
Color Harmonies of #B0ABF3
Complementary color
Monochromatic Colors of #B0ABF3
Black with #B0ABF3
Text Example
Text Example
White with #B0ABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABF3; }
p { color: rgb(176,171,243); }
H1.HeaderClassName
{
color: #B0ABF3;
}
.AnyTagClassName
{
color: #B0ABF3;
}
</style>
background-color css
<style>
a { background-color: #B0ABF3; }
a { background-color: rgb(176,171,243); }
div.DivClassName
{
background-color: #B0ABF3;
}
.BgClassName
{
background-color: #B0ABF3;
}
</style>
border-color css
<style>
span { border-color: #B0ABF3; }
span { border-color: rgb(176,171,243); }
td.TdClassName
{
border-color: #B0ABF3;
}
.TagClassName
{
border-color: #B0ABF3;
}
</style>