Shades of Perano #B0B3F9
Tints of Perano #B0B3F9
RGB
CMYK
RGB Variations
Color information
#B0B3F9 (or 0xB0B3F9) is known color: Perano. HEX triplet: B0, B3 and F9. RGB value is (176,179,249). Sum of RGB (Red+Green+Blue) = 176+179+249=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0B3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B3F9 is #4F4C06. Grayscale: #B9B9B9. Windows color (decimal): -5196807 or 16364464. OLE color: 16364464.
HSL color Cylindrical-coordinate representation of color #B0B3F9: hue angle of 237.53º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0B3F9 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 179 | 249 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.02 |
| HSL | 237.53º | 0.86% | 0.83% | - |
| HSV(B) | 237.53º | 0.29% | 0.98% | - |
| XYZ | 51.12 | 48.31 | 96.25 | - |
| YUV | 186.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 249 | 0.29 | 0.28 | 0 | 0.02 | 237.53 | 0.86 | 0.83 |
| Hex | B0 | B3 | F9 | 1D | 1C | 0 | 2 | EE | 56 | 53 |
| Octal | 260 | 263 | 371 | 35 | 34 | 0 | 2 | 356 | 126 | 123 |
| Binary | 10110000 | 10110011 | 11111001 | 11101 | 11100 | 0 | 10 | 11101110 | 1010110 | 1010011 |
Color Harmonies of #B0B3F9
Complementary color
Monochromatic Colors of #B0B3F9
Black with #B0B3F9
Text Example
Text Example
White with #B0B3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B3F9; }
p { color: rgb(176,179,249); }
H1.HeaderClassName
{
color: #B0B3F9;
}
.AnyTagClassName
{
color: #B0B3F9;
}
</style>
background-color css
<style>
a { background-color: #B0B3F9; }
a { background-color: rgb(176,179,249); }
div.DivClassName
{
background-color: #B0B3F9;
}
.BgClassName
{
background-color: #B0B3F9;
}
</style>
border-color css
<style>
span { border-color: #B0B3F9; }
span { border-color: rgb(176,179,249); }
td.TdClassName
{
border-color: #B0B3F9;
}
.TagClassName
{
border-color: #B0B3F9;
}
</style>