Shades of Perano #B0BDF8
Tints of Perano #B0BDF8
RGB
CMYK
RGB Variations
Color information
#B0BDF8 (or 0xB0BDF8) is known color: Perano. HEX triplet: B0, BD and F8. RGB value is (176,189,248). Sum of RGB (Red+Green+Blue) = 176+189+248=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #B0BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BDF8 is #4F4207. Grayscale: #BFBFBF. Windows color (decimal): -5194248 or 16301488. OLE color: 16301488.
HSL color Cylindrical-coordinate representation of color #B0BDF8: hue angle of 229.17º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0BDF8 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 189 | 248 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.03 |
| HSL | 229.17º | 0.84% | 0.83% | - |
| HSV(B) | 229.17º | 0.29% | 0.97% | - |
| XYZ | 53.05 | 52.4 | 96.13 | - |
| YUV | 191.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 248 | 0.29 | 0.24 | 0 | 0.03 | 229.17 | 0.84 | 0.83 |
| Hex | B0 | BD | F8 | 1D | 18 | 0 | 3 | E5 | 54 | 53 |
| Octal | 260 | 275 | 370 | 35 | 30 | 0 | 3 | 345 | 124 | 123 |
| Binary | 10110000 | 10111101 | 11111000 | 11101 | 11000 | 0 | 11 | 11100101 | 1010100 | 1010011 |
Color Harmonies of #B0BDF8
Complementary color
Monochromatic Colors of #B0BDF8
Black with #B0BDF8
Text Example
Text Example
White with #B0BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDF8; }
p { color: rgb(176,189,248); }
H1.HeaderClassName
{
color: #B0BDF8;
}
.AnyTagClassName
{
color: #B0BDF8;
}
</style>
background-color css
<style>
a { background-color: #B0BDF8; }
a { background-color: rgb(176,189,248); }
div.DivClassName
{
background-color: #B0BDF8;
}
.BgClassName
{
background-color: #B0BDF8;
}
</style>
border-color css
<style>
span { border-color: #B0BDF8; }
span { border-color: rgb(176,189,248); }
td.TdClassName
{
border-color: #B0BDF8;
}
.TagClassName
{
border-color: #B0BDF8;
}
</style>