Shades of Perano #B0A9F2
Tints of Perano #B0A9F2
RGB
CMYK
RGB Variations
Color information
#B0A9F2 (or 0xB0A9F2) is known color: Perano. HEX triplet: B0, A9 and F2. RGB value is (176,169,242). Sum of RGB (Red+Green+Blue) = 176+169+242=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0A9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A9F2 is #4F560D. Grayscale: #B3B3B3. Windows color (decimal): -5199374 or 15903152. OLE color: 15903152.
HSL color Cylindrical-coordinate representation of color #B0A9F2: hue angle of 245.75º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0A9F2 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 169 | 242 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.05 |
| HSL | 245.75º | 0.74% | 0.81% | - |
| HSV(B) | 245.75º | 0.3% | 0.95% | - |
| XYZ | 48.12 | 44.02 | 89.96 | - |
| YUV | 179.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 242 | 0.27 | 0.30 | 0 | 0.05 | 245.75 | 0.74 | 0.81 |
| Hex | B0 | A9 | F2 | 1B | 1E | 0 | 5 | F6 | 4A | 51 |
| Octal | 260 | 251 | 362 | 33 | 36 | 0 | 5 | 366 | 112 | 121 |
| Binary | 10110000 | 10101001 | 11110010 | 11011 | 11110 | 0 | 101 | 11110110 | 1001010 | 1010001 |
Color Harmonies of #B0A9F2
Complementary color
Monochromatic Colors of #B0A9F2
Black with #B0A9F2
Text Example
Text Example
White with #B0A9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9F2; }
p { color: rgb(176,169,242); }
H1.HeaderClassName
{
color: #B0A9F2;
}
.AnyTagClassName
{
color: #B0A9F2;
}
</style>
background-color css
<style>
a { background-color: #B0A9F2; }
a { background-color: rgb(176,169,242); }
div.DivClassName
{
background-color: #B0A9F2;
}
.BgClassName
{
background-color: #B0A9F2;
}
</style>
border-color css
<style>
span { border-color: #B0A9F2; }
span { border-color: rgb(176,169,242); }
td.TdClassName
{
border-color: #B0A9F2;
}
.TagClassName
{
border-color: #B0A9F2;
}
</style>