Shades of Perano #B0AFF9
Tints of Perano #B0AFF9
RGB
CMYK
RGB Variations
Color information
#B0AFF9 (or 0xB0AFF9) is known color: Perano. HEX triplet: B0, AF and F9. RGB value is (176,175,249). Sum of RGB (Red+Green+Blue) = 176+175+249=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AFF9 is #4F5006. Grayscale: #B7B7B7. Windows color (decimal): -5197831 or 16363440. OLE color: 16363440.
HSL color Cylindrical-coordinate representation of color #B0AFF9: hue angle of 240.81º degrees, saturation: 0.86, 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 #B0AFF9 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 175 | 249 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.02 |
| HSL | 240.81º | 0.86% | 0.83% | - |
| HSV(B) | 240.81º | 0.3% | 0.98% | - |
| XYZ | 50.33 | 46.73 | 95.99 | - |
| YUV | 183.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 249 | 0.29 | 0.30 | 0 | 0.02 | 240.81 | 0.86 | 0.83 |
| Hex | B0 | AF | F9 | 1D | 1E | 0 | 2 | F1 | 56 | 53 |
| Octal | 260 | 257 | 371 | 35 | 36 | 0 | 2 | 361 | 126 | 123 |
| Binary | 10110000 | 10101111 | 11111001 | 11101 | 11110 | 0 | 10 | 11110001 | 1010110 | 1010011 |
Color Harmonies of #B0AFF9
Complementary color
Monochromatic Colors of #B0AFF9
Black with #B0AFF9
Text Example
Text Example
White with #B0AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AFF9; }
p { color: rgb(176,175,249); }
H1.HeaderClassName
{
color: #B0AFF9;
}
.AnyTagClassName
{
color: #B0AFF9;
}
</style>
background-color css
<style>
a { background-color: #B0AFF9; }
a { background-color: rgb(176,175,249); }
div.DivClassName
{
background-color: #B0AFF9;
}
.BgClassName
{
background-color: #B0AFF9;
}
</style>
border-color css
<style>
span { border-color: #B0AFF9; }
span { border-color: rgb(176,175,249); }
td.TdClassName
{
border-color: #B0AFF9;
}
.TagClassName
{
border-color: #B0AFF9;
}
</style>