Shades of Perano #B5ABFE
Tints of Perano #B5ABFE
RGB
CMYK
RGB Variations
Color information
#B5ABFE (or 0xB5ABFE) is known color: Perano. HEX triplet: B5, AB and FE. RGB value is (181,171,254). Sum of RGB (Red+Green+Blue) = 181+171+254=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABFE is #4A5401. Grayscale: #B7B7B7. Windows color (decimal): -4871170 or 16690101. OLE color: 16690101.
HSL color Cylindrical-coordinate representation of color #B5ABFE: hue angle of 247.23º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5ABFE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 171 | 254 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.00 |
| HSL | 247.23º | 0.98% | 0.83% | - |
| HSV(B) | 247.23º | 0.33% | 1% | - |
| XYZ | 51.51 | 46.11 | 99.95 | - |
| YUV | 183.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 254 | 0.29 | 0.33 | 0 | 0.00 | 247.23 | 0.98 | 0.83 |
| Hex | B5 | AB | FE | 1D | 21 | 0 | 0 | F7 | 62 | 53 |
| Octal | 265 | 253 | 376 | 35 | 41 | 0 | 0 | 367 | 142 | 123 |
| Binary | 10110101 | 10101011 | 11111110 | 11101 | 100001 | 0 | 0 | 11110111 | 1100010 | 1010011 |
Color Harmonies of #B5ABFE
Complementary color
Monochromatic Colors of #B5ABFE
Black with #B5ABFE
Text Example
Text Example
White with #B5ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABFE; }
p { color: rgb(181,171,254); }
H1.HeaderClassName
{
color: #B5ABFE;
}
.AnyTagClassName
{
color: #B5ABFE;
}
</style>
background-color css
<style>
a { background-color: #B5ABFE; }
a { background-color: rgb(181,171,254); }
div.DivClassName
{
background-color: #B5ABFE;
}
.BgClassName
{
background-color: #B5ABFE;
}
</style>
border-color css
<style>
span { border-color: #B5ABFE; }
span { border-color: rgb(181,171,254); }
td.TdClassName
{
border-color: #B5ABFE;
}
.TagClassName
{
border-color: #B5ABFE;
}
</style>