Shades of Perano #B1AFF9
Tints of Perano #B1AFF9
RGB
CMYK
RGB Variations
Color information
#B1AFF9 (or 0xB1AFF9) is known color: Perano. HEX triplet: B1, AF and F9. RGB value is (177,175,249). Sum of RGB (Red+Green+Blue) = 177+175+249=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFF9 is #4E5006. Grayscale: #B7B7B7. Windows color (decimal): -5132295 or 16363441. OLE color: 16363441.
HSL color Cylindrical-coordinate representation of color #B1AFF9: hue angle of 241.62º 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 #B1AFF9 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 175 | 249 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.02 |
| HSL | 241.62º | 0.86% | 0.83% | - |
| HSV(B) | 241.62º | 0.3% | 0.98% | - |
| XYZ | 50.56 | 46.85 | 96 | - |
| YUV | 184.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 249 | 0.29 | 0.30 | 0 | 0.02 | 241.62 | 0.86 | 0.83 |
| Hex | B1 | AF | F9 | 1D | 1E | 0 | 2 | F2 | 56 | 53 |
| Octal | 261 | 257 | 371 | 35 | 36 | 0 | 2 | 362 | 126 | 123 |
| Binary | 10110001 | 10101111 | 11111001 | 11101 | 11110 | 0 | 10 | 11110010 | 1010110 | 1010011 |
Color Harmonies of #B1AFF9
Complementary color
Monochromatic Colors of #B1AFF9
Black with #B1AFF9
Text Example
Text Example
White with #B1AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFF9; }
p { color: rgb(177,175,249); }
H1.HeaderClassName
{
color: #B1AFF9;
}
.AnyTagClassName
{
color: #B1AFF9;
}
</style>
background-color css
<style>
a { background-color: #B1AFF9; }
a { background-color: rgb(177,175,249); }
div.DivClassName
{
background-color: #B1AFF9;
}
.BgClassName
{
background-color: #B1AFF9;
}
</style>
border-color css
<style>
span { border-color: #B1AFF9; }
span { border-color: rgb(177,175,249); }
td.TdClassName
{
border-color: #B1AFF9;
}
.TagClassName
{
border-color: #B1AFF9;
}
</style>