Shades of Perano #B0BDF9
Tints of Perano #B0BDF9
RGB
CMYK
RGB Variations
Color information
#B0BDF9 (or 0xB0BDF9) is known color: Perano. HEX triplet: B0, BD and F9. RGB value is (176,189,249). Sum of RGB (Red+Green+Blue) = 176+189+249=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BDF9 is #4F4206. Grayscale: #BFBFBF. Windows color (decimal): -5194247 or 16367024. OLE color: 16367024.
HSL color Cylindrical-coordinate representation of color #B0BDF9: hue angle of 229.32º 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 #B0BDF9 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 189 | 249 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 229.32º | 0.86% | 0.83% | - |
| HSV(B) | 229.32º | 0.29% | 0.98% | - |
| XYZ | 53.2 | 52.46 | 96.95 | - |
| YUV | 191.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 249 | 0.29 | 0.24 | 0 | 0.02 | 229.32 | 0.86 | 0.83 |
| Hex | B0 | BD | F9 | 1D | 18 | 0 | 2 | E5 | 56 | 53 |
| Octal | 260 | 275 | 371 | 35 | 30 | 0 | 2 | 345 | 126 | 123 |
| Binary | 10110000 | 10111101 | 11111001 | 11101 | 11000 | 0 | 10 | 11100101 | 1010110 | 1010011 |
Color Harmonies of #B0BDF9
Complementary color
Monochromatic Colors of #B0BDF9
Black with #B0BDF9
Text Example
Text Example
White with #B0BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDF9; }
p { color: rgb(176,189,249); }
H1.HeaderClassName
{
color: #B0BDF9;
}
.AnyTagClassName
{
color: #B0BDF9;
}
</style>
background-color css
<style>
a { background-color: #B0BDF9; }
a { background-color: rgb(176,189,249); }
div.DivClassName
{
background-color: #B0BDF9;
}
.BgClassName
{
background-color: #B0BDF9;
}
</style>
border-color css
<style>
span { border-color: #B0BDF9; }
span { border-color: rgb(176,189,249); }
td.TdClassName
{
border-color: #B0BDF9;
}
.TagClassName
{
border-color: #B0BDF9;
}
</style>