Shades of Perano #B0A8F9
Tints of Perano #B0A8F9
RGB
CMYK
RGB Variations
Color information
#B0A8F9 (or 0xB0A8F9) is known color: Perano. HEX triplet: B0, A8 and F9. RGB value is (176,168,249). Sum of RGB (Red+Green+Blue) = 176+168+249=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0A8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A8F9 is #4F5706. Grayscale: #B3B3B3. Windows color (decimal): -5199623 or 16361648. OLE color: 16361648.
HSL color Cylindrical-coordinate representation of color #B0A8F9: hue angle of 245.93º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0A8F9 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 168 | 249 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.02 |
| HSL | 245.93º | 0.87% | 0.82% | - |
| HSV(B) | 245.93º | 0.33% | 0.98% | - |
| XYZ | 49.01 | 44.07 | 95.55 | - |
| YUV | 179.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 249 | 0.29 | 0.33 | 0 | 0.02 | 245.93 | 0.87 | 0.82 |
| Hex | B0 | A8 | F9 | 1D | 21 | 0 | 2 | F6 | 57 | 52 |
| Octal | 260 | 250 | 371 | 35 | 41 | 0 | 2 | 366 | 127 | 122 |
| Binary | 10110000 | 10101000 | 11111001 | 11101 | 100001 | 0 | 10 | 11110110 | 1010111 | 1010010 |
Color Harmonies of #B0A8F9
Complementary color
Monochromatic Colors of #B0A8F9
Black with #B0A8F9
Text Example
Text Example
White with #B0A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8F9; }
p { color: rgb(176,168,249); }
H1.HeaderClassName
{
color: #B0A8F9;
}
.AnyTagClassName
{
color: #B0A8F9;
}
</style>
background-color css
<style>
a { background-color: #B0A8F9; }
a { background-color: rgb(176,168,249); }
div.DivClassName
{
background-color: #B0A8F9;
}
.BgClassName
{
background-color: #B0A8F9;
}
</style>
border-color css
<style>
span { border-color: #B0A8F9; }
span { border-color: rgb(176,168,249); }
td.TdClassName
{
border-color: #B0A8F9;
}
.TagClassName
{
border-color: #B0A8F9;
}
</style>