Shades of Perano #B0ABFD
Tints of Perano #B0ABFD
RGB
CMYK
RGB Variations
Color information
#B0ABFD (or 0xB0ABFD) is known color: Perano. HEX triplet: B0, AB and FD. RGB value is (176,171,253). Sum of RGB (Red+Green+Blue) = 176+171+253=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABFD is #4F5402. Grayscale: #B5B5B5. Windows color (decimal): -5198851 or 16624560. OLE color: 16624560.
HSL color Cylindrical-coordinate representation of color #B0ABFD: hue angle of 243.66º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0ABFD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 171 | 253 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.01 |
| HSL | 243.66º | 0.95% | 0.83% | - |
| HSV(B) | 243.66º | 0.32% | 0.99% | - |
| XYZ | 50.2 | 45.45 | 99.06 | - |
| YUV | 181.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 253 | 0.30 | 0.32 | 0 | 0.01 | 243.66 | 0.95 | 0.83 |
| Hex | B0 | AB | FD | 1E | 20 | 0 | 1 | F4 | 5F | 53 |
| Octal | 260 | 253 | 375 | 36 | 40 | 0 | 1 | 364 | 137 | 123 |
| Binary | 10110000 | 10101011 | 11111101 | 11110 | 100000 | 0 | 1 | 11110100 | 1011111 | 1010011 |
Color Harmonies of #B0ABFD
Complementary color
Monochromatic Colors of #B0ABFD
Black with #B0ABFD
Text Example
Text Example
White with #B0ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABFD; }
p { color: rgb(176,171,253); }
H1.HeaderClassName
{
color: #B0ABFD;
}
.AnyTagClassName
{
color: #B0ABFD;
}
</style>
background-color css
<style>
a { background-color: #B0ABFD; }
a { background-color: rgb(176,171,253); }
div.DivClassName
{
background-color: #B0ABFD;
}
.BgClassName
{
background-color: #B0ABFD;
}
</style>
border-color css
<style>
span { border-color: #B0ABFD; }
span { border-color: rgb(176,171,253); }
td.TdClassName
{
border-color: #B0ABFD;
}
.TagClassName
{
border-color: #B0ABFD;
}
</style>