Shades of Perano #B3ABFC
Tints of Perano #B3ABFC
RGB
CMYK
RGB Variations
Color information
#B3ABFC (or 0xB3ABFC) is known color: Perano. HEX triplet: B3, AB and FC. RGB value is (179,171,252). Sum of RGB (Red+Green+Blue) = 179+171+252=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABFC is #4C5403. Grayscale: #B6B6B6. Windows color (decimal): -5002244 or 16559027. OLE color: 16559027.
HSL color Cylindrical-coordinate representation of color #B3ABFC: hue angle of 245.93º degrees, saturation: 0.93, 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 #B3ABFC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 171 | 252 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.01 |
| HSL | 245.93º | 0.93% | 0.83% | - |
| HSV(B) | 245.93º | 0.32% | 0.99% | - |
| XYZ | 50.72 | 45.74 | 98.25 | - |
| YUV | 182.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 252 | 0.29 | 0.32 | 0 | 0.01 | 245.93 | 0.93 | 0.83 |
| Hex | B3 | AB | FC | 1D | 20 | 0 | 1 | F6 | 5D | 53 |
| Octal | 263 | 253 | 374 | 35 | 40 | 0 | 1 | 366 | 135 | 123 |
| Binary | 10110011 | 10101011 | 11111100 | 11101 | 100000 | 0 | 1 | 11110110 | 1011101 | 1010011 |
Color Harmonies of #B3ABFC
Complementary color
Monochromatic Colors of #B3ABFC
Black with #B3ABFC
Text Example
Text Example
White with #B3ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABFC; }
p { color: rgb(179,171,252); }
H1.HeaderClassName
{
color: #B3ABFC;
}
.AnyTagClassName
{
color: #B3ABFC;
}
</style>
background-color css
<style>
a { background-color: #B3ABFC; }
a { background-color: rgb(179,171,252); }
div.DivClassName
{
background-color: #B3ABFC;
}
.BgClassName
{
background-color: #B3ABFC;
}
</style>
border-color css
<style>
span { border-color: #B3ABFC; }
span { border-color: rgb(179,171,252); }
td.TdClassName
{
border-color: #B3ABFC;
}
.TagClassName
{
border-color: #B3ABFC;
}
</style>