Shades of Perano #B1AFF4
Tints of Perano #B1AFF4
RGB
CMYK
RGB Variations
Color information
#B1AFF4 (or 0xB1AFF4) is known color: Perano. HEX triplet: B1, AF and F4. RGB value is (177,175,244). Sum of RGB (Red+Green+Blue) = 177+175+244=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #B1AFF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFF4 is #4E500B. Grayscale: #B7B7B7. Windows color (decimal): -5132300 or 16035761. OLE color: 16035761.
HSL color Cylindrical-coordinate representation of color #B1AFF4: hue angle of 241.74º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1AFF4 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 175 | 244 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.04 |
| HSL | 241.74º | 0.76% | 0.82% | - |
| HSV(B) | 241.74º | 0.28% | 0.96% | - |
| XYZ | 49.79 | 46.54 | 91.95 | - |
| YUV | 183.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 244 | 0.27 | 0.28 | 0 | 0.04 | 241.74 | 0.76 | 0.82 |
| Hex | B1 | AF | F4 | 1B | 1C | 0 | 4 | F2 | 4C | 52 |
| Octal | 261 | 257 | 364 | 33 | 34 | 0 | 4 | 362 | 114 | 122 |
| Binary | 10110001 | 10101111 | 11110100 | 11011 | 11100 | 0 | 100 | 11110010 | 1001100 | 1010010 |
Color Harmonies of #B1AFF4
Complementary color
Monochromatic Colors of #B1AFF4
Black with #B1AFF4
Text Example
Text Example
White with #B1AFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFF4; }
p { color: rgb(177,175,244); }
H1.HeaderClassName
{
color: #B1AFF4;
}
.AnyTagClassName
{
color: #B1AFF4;
}
</style>
background-color css
<style>
a { background-color: #B1AFF4; }
a { background-color: rgb(177,175,244); }
div.DivClassName
{
background-color: #B1AFF4;
}
.BgClassName
{
background-color: #B1AFF4;
}
</style>
border-color css
<style>
span { border-color: #B1AFF4; }
span { border-color: rgb(177,175,244); }
td.TdClassName
{
border-color: #B1AFF4;
}
.TagClassName
{
border-color: #B1AFF4;
}
</style>