Shades of Perano #B2AEF1
Tints of Perano #B2AEF1
RGB
CMYK
RGB Variations
Color information
#B2AEF1 (or 0xB2AEF1) is known color: Perano. HEX triplet: B2, AE and F1. RGB value is (178,174,241). Sum of RGB (Red+Green+Blue) = 178+174+241=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2AEF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEF1 is #4D510E. Grayscale: #B6B6B6. Windows color (decimal): -5067023 or 15838898. OLE color: 15838898.
HSL color Cylindrical-coordinate representation of color #B2AEF1: hue angle of 243.58º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2AEF1 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 174 | 241 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.05 |
| HSL | 243.58º | 0.71% | 0.81% | - |
| HSV(B) | 243.58º | 0.28% | 0.95% | - |
| XYZ | 49.37 | 46.09 | 89.51 | - |
| YUV | 182.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 241 | 0.26 | 0.28 | 0 | 0.05 | 243.58 | 0.71 | 0.81 |
| Hex | B2 | AE | F1 | 1A | 1C | 0 | 5 | F4 | 47 | 51 |
| Octal | 262 | 256 | 361 | 32 | 34 | 0 | 5 | 364 | 107 | 121 |
| Binary | 10110010 | 10101110 | 11110001 | 11010 | 11100 | 0 | 101 | 11110100 | 1000111 | 1010001 |
Color Harmonies of #B2AEF1
Complementary color
Monochromatic Colors of #B2AEF1
Black with #B2AEF1
Text Example
Text Example
White with #B2AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEF1; }
p { color: rgb(178,174,241); }
H1.HeaderClassName
{
color: #B2AEF1;
}
.AnyTagClassName
{
color: #B2AEF1;
}
</style>
background-color css
<style>
a { background-color: #B2AEF1; }
a { background-color: rgb(178,174,241); }
div.DivClassName
{
background-color: #B2AEF1;
}
.BgClassName
{
background-color: #B2AEF1;
}
</style>
border-color css
<style>
span { border-color: #B2AEF1; }
span { border-color: rgb(178,174,241); }
td.TdClassName
{
border-color: #B2AEF1;
}
.TagClassName
{
border-color: #B2AEF1;
}
</style>