Shades of Perano #B0AEFA
Tints of Perano #B0AEFA
RGB
CMYK
RGB Variations
Color information
#B0AEFA (or 0xB0AEFA) is known color: Perano. HEX triplet: B0, AE and FA. RGB value is (176,174,250). Sum of RGB (Red+Green+Blue) = 176+174+250=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AEFA is #4F5105. Grayscale: #B6B6B6. Windows color (decimal): -5198086 or 16428720. OLE color: 16428720.
HSL color Cylindrical-coordinate representation of color #B0AEFA: hue angle of 241.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0AEFA is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 174 | 250 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.02 |
| HSL | 241.58º | 0.88% | 0.83% | - |
| HSV(B) | 241.58º | 0.3% | 0.98% | - |
| XYZ | 50.3 | 46.4 | 96.75 | - |
| YUV | 183.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 250 | 0.30 | 0.30 | 0 | 0.02 | 241.58 | 0.88 | 0.83 |
| Hex | B0 | AE | FA | 1E | 1E | 0 | 2 | F2 | 58 | 53 |
| Octal | 260 | 256 | 372 | 36 | 36 | 0 | 2 | 362 | 130 | 123 |
| Binary | 10110000 | 10101110 | 11111010 | 11110 | 11110 | 0 | 10 | 11110010 | 1011000 | 1010011 |
Color Harmonies of #B0AEFA
Complementary color
Monochromatic Colors of #B0AEFA
Black with #B0AEFA
Text Example
Text Example
White with #B0AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AEFA; }
p { color: rgb(176,174,250); }
H1.HeaderClassName
{
color: #B0AEFA;
}
.AnyTagClassName
{
color: #B0AEFA;
}
</style>
background-color css
<style>
a { background-color: #B0AEFA; }
a { background-color: rgb(176,174,250); }
div.DivClassName
{
background-color: #B0AEFA;
}
.BgClassName
{
background-color: #B0AEFA;
}
</style>
border-color css
<style>
span { border-color: #B0AEFA; }
span { border-color: rgb(176,174,250); }
td.TdClassName
{
border-color: #B0AEFA;
}
.TagClassName
{
border-color: #B0AEFA;
}
</style>