Shades of Perano #B1AFFE
Tints of Perano #B1AFFE
RGB
CMYK
RGB Variations
Color information
#B1AFFE (or 0xB1AFFE) is known color: Perano. HEX triplet: B1, AF and FE. RGB value is (177,175,254). Sum of RGB (Red+Green+Blue) = 177+175+254=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFFE is #4E5001. Grayscale: #B8B8B8. Windows color (decimal): -5132290 or 16691121. OLE color: 16691121.
HSL color Cylindrical-coordinate representation of color #B1AFFE: hue angle of 241.52º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1AFFE is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 175 | 254 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.00 |
| HSL | 241.52º | 0.98% | 0.84% | - |
| HSV(B) | 241.52º | 0.31% | 1% | - |
| XYZ | 51.35 | 47.16 | 100.16 | - |
| YUV | 184.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 254 | 0.30 | 0.31 | 0 | 0.00 | 241.52 | 0.98 | 0.84 |
| Hex | B1 | AF | FE | 1E | 1F | 0 | 0 | F2 | 62 | 54 |
| Octal | 261 | 257 | 376 | 36 | 37 | 0 | 0 | 362 | 142 | 124 |
| Binary | 10110001 | 10101111 | 11111110 | 11110 | 11111 | 0 | 0 | 11110010 | 1100010 | 1010100 |
Color Harmonies of #B1AFFE
Complementary color
Monochromatic Colors of #B1AFFE
Black with #B1AFFE
Text Example
Text Example
White with #B1AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFFE; }
p { color: rgb(177,175,254); }
H1.HeaderClassName
{
color: #B1AFFE;
}
.AnyTagClassName
{
color: #B1AFFE;
}
</style>
background-color css
<style>
a { background-color: #B1AFFE; }
a { background-color: rgb(177,175,254); }
div.DivClassName
{
background-color: #B1AFFE;
}
.BgClassName
{
background-color: #B1AFFE;
}
</style>
border-color css
<style>
span { border-color: #B1AFFE; }
span { border-color: rgb(177,175,254); }
td.TdClassName
{
border-color: #B1AFFE;
}
.TagClassName
{
border-color: #B1AFFE;
}
</style>