Shades of Perano #B0ABEC
Tints of Perano #B0ABEC
RGB
CMYK
RGB Variations
Color information
#B0ABEC (or 0xB0ABEC) is known color: Perano. HEX triplet: B0, AB and EC. RGB value is (176,171,236). Sum of RGB (Red+Green+Blue) = 176+171+236=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABEC is #4F5413. Grayscale: #B3B3B3. Windows color (decimal): -5198868 or 15510448. OLE color: 15510448.
HSL color Cylindrical-coordinate representation of color #B0ABEC: hue angle of 244.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0ABEC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 171 | 236 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.07 |
| HSL | 244.62º | 0.63% | 0.8% | - |
| HSV(B) | 244.62º | 0.28% | 0.93% | - |
| XYZ | 47.61 | 44.41 | 85.42 | - |
| YUV | 179.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 236 | 0.25 | 0.28 | 0 | 0.07 | 244.62 | 0.63 | 0.8 |
| Hex | B0 | AB | EC | 19 | 1C | 0 | 7 | F5 | 3F | 50 |
| Octal | 260 | 253 | 354 | 31 | 34 | 0 | 7 | 365 | 77 | 120 |
| Binary | 10110000 | 10101011 | 11101100 | 11001 | 11100 | 0 | 111 | 11110101 | 111111 | 1010000 |
Color Harmonies of #B0ABEC
Complementary color
Monochromatic Colors of #B0ABEC
Black with #B0ABEC
Text Example
Text Example
White with #B0ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABEC; }
p { color: rgb(176,171,236); }
H1.HeaderClassName
{
color: #B0ABEC;
}
.AnyTagClassName
{
color: #B0ABEC;
}
</style>
background-color css
<style>
a { background-color: #B0ABEC; }
a { background-color: rgb(176,171,236); }
div.DivClassName
{
background-color: #B0ABEC;
}
.BgClassName
{
background-color: #B0ABEC;
}
</style>
border-color css
<style>
span { border-color: #B0ABEC; }
span { border-color: rgb(176,171,236); }
td.TdClassName
{
border-color: #B0ABEC;
}
.TagClassName
{
border-color: #B0ABEC;
}
</style>