Shades of Perano #B0B7F9
Tints of Perano #B0B7F9
RGB
CMYK
RGB Variations
Color information
#B0B7F9 (or 0xB0B7F9) is known color: Perano. HEX triplet: B0, B7 and F9. RGB value is (176,183,249). Sum of RGB (Red+Green+Blue) = 176+183+249=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0B7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B7F9 is #4F4806. Grayscale: #BCBCBC. Windows color (decimal): -5195783 or 16365488. OLE color: 16365488.
HSL color Cylindrical-coordinate representation of color #B0B7F9: hue angle of 234.25º 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 #B0B7F9 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 183 | 249 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.02 |
| HSL | 234.25º | 0.86% | 0.83% | - |
| HSV(B) | 234.25º | 0.29% | 0.98% | - |
| XYZ | 51.94 | 49.94 | 96.52 | - |
| YUV | 188.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 249 | 0.29 | 0.27 | 0 | 0.02 | 234.25 | 0.86 | 0.83 |
| Hex | B0 | B7 | F9 | 1D | 1B | 0 | 2 | EA | 56 | 53 |
| Octal | 260 | 267 | 371 | 35 | 33 | 0 | 2 | 352 | 126 | 123 |
| Binary | 10110000 | 10110111 | 11111001 | 11101 | 11011 | 0 | 10 | 11101010 | 1010110 | 1010011 |
Color Harmonies of #B0B7F9
Complementary color
Monochromatic Colors of #B0B7F9
Black with #B0B7F9
Text Example
Text Example
White with #B0B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B7F9; }
p { color: rgb(176,183,249); }
H1.HeaderClassName
{
color: #B0B7F9;
}
.AnyTagClassName
{
color: #B0B7F9;
}
</style>
background-color css
<style>
a { background-color: #B0B7F9; }
a { background-color: rgb(176,183,249); }
div.DivClassName
{
background-color: #B0B7F9;
}
.BgClassName
{
background-color: #B0B7F9;
}
</style>
border-color css
<style>
span { border-color: #B0B7F9; }
span { border-color: rgb(176,183,249); }
td.TdClassName
{
border-color: #B0B7F9;
}
.TagClassName
{
border-color: #B0B7F9;
}
</style>