Shades of Perano #B2ABFD
Tints of Perano #B2ABFD
RGB
CMYK
RGB Variations
Color information
#B2ABFD (or 0xB2ABFD) is known color: Perano. HEX triplet: B2, AB and FD. RGB value is (178,171,253). Sum of RGB (Red+Green+Blue) = 178+171+253=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABFD is #4D5402. Grayscale: #B6B6B6. Windows color (decimal): -5067779 or 16624562. OLE color: 16624562.
HSL color Cylindrical-coordinate representation of color #B2ABFD: hue angle of 245.12º 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 #B2ABFD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 171 | 253 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.01 |
| HSL | 245.12º | 0.95% | 0.83% | - |
| HSV(B) | 245.12º | 0.32% | 0.99% | - |
| XYZ | 50.65 | 45.68 | 99.08 | - |
| YUV | 182.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 253 | 0.30 | 0.32 | 0 | 0.01 | 245.12 | 0.95 | 0.83 |
| Hex | B2 | AB | FD | 1E | 20 | 0 | 1 | F5 | 5F | 53 |
| Octal | 262 | 253 | 375 | 36 | 40 | 0 | 1 | 365 | 137 | 123 |
| Binary | 10110010 | 10101011 | 11111101 | 11110 | 100000 | 0 | 1 | 11110101 | 1011111 | 1010011 |
Color Harmonies of #B2ABFD
Complementary color
Monochromatic Colors of #B2ABFD
Black with #B2ABFD
Text Example
Text Example
White with #B2ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABFD; }
p { color: rgb(178,171,253); }
H1.HeaderClassName
{
color: #B2ABFD;
}
.AnyTagClassName
{
color: #B2ABFD;
}
</style>
background-color css
<style>
a { background-color: #B2ABFD; }
a { background-color: rgb(178,171,253); }
div.DivClassName
{
background-color: #B2ABFD;
}
.BgClassName
{
background-color: #B2ABFD;
}
</style>
border-color css
<style>
span { border-color: #B2ABFD; }
span { border-color: rgb(178,171,253); }
td.TdClassName
{
border-color: #B2ABFD;
}
.TagClassName
{
border-color: #B2ABFD;
}
</style>