Shades of Perano #B2AAFD
Tints of Perano #B2AAFD
RGB
CMYK
RGB Variations
Color information
#B2AAFD (or 0xB2AAFD) is known color: Perano. HEX triplet: B2, AA and FD. RGB value is (178,170,253). Sum of RGB (Red+Green+Blue) = 178+170+253=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAFD is #4D5502. Grayscale: #B5B5B5. Windows color (decimal): -5068035 or 16624306. OLE color: 16624306.
HSL color Cylindrical-coordinate representation of color #B2AAFD: hue angle of 245.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2AAFD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 170 | 253 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.01 |
| HSL | 245.78º | 0.95% | 0.83% | - |
| HSV(B) | 245.78º | 0.33% | 0.99% | - |
| XYZ | 50.46 | 45.31 | 99.01 | - |
| YUV | 181.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 253 | 0.30 | 0.33 | 0 | 0.01 | 245.78 | 0.95 | 0.83 |
| Hex | B2 | AA | FD | 1E | 21 | 0 | 1 | F6 | 5F | 53 |
| Octal | 262 | 252 | 375 | 36 | 41 | 0 | 1 | 366 | 137 | 123 |
| Binary | 10110010 | 10101010 | 11111101 | 11110 | 100001 | 0 | 1 | 11110110 | 1011111 | 1010011 |
Color Harmonies of #B2AAFD
Complementary color
Monochromatic Colors of #B2AAFD
Black with #B2AAFD
Text Example
Text Example
White with #B2AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAFD; }
p { color: rgb(178,170,253); }
H1.HeaderClassName
{
color: #B2AAFD;
}
.AnyTagClassName
{
color: #B2AAFD;
}
</style>
background-color css
<style>
a { background-color: #B2AAFD; }
a { background-color: rgb(178,170,253); }
div.DivClassName
{
background-color: #B2AAFD;
}
.BgClassName
{
background-color: #B2AAFD;
}
</style>
border-color css
<style>
span { border-color: #B2AAFD; }
span { border-color: rgb(178,170,253); }
td.TdClassName
{
border-color: #B2AAFD;
}
.TagClassName
{
border-color: #B2AAFD;
}
</style>