Shades of Perano #B0BADF
Tints of Perano #B0BADF
RGB
CMYK
RGB Variations
Color information
#B0BADF (or 0xB0BADF) is known color: Perano. HEX triplet: B0, BA and DF. RGB value is (176,186,223). Sum of RGB (Red+Green+Blue) = 176+186+223=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BADF is #4F4520. Grayscale: #BBBBBB. Windows color (decimal): -5195041 or 14662320. OLE color: 14662320.
HSL color Cylindrical-coordinate representation of color #B0BADF: hue angle of 227.23º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BADF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 186 | 223 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.13 |
| HSL | 227.23º | 0.42% | 0.78% | - |
| HSV(B) | 227.23º | 0.21% | 0.87% | - |
| XYZ | 48.78 | 49.68 | 76.83 | - |
| YUV | 187.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 223 | 0.21 | 0.17 | 0 | 0.13 | 227.23 | 0.42 | 0.78 |
| Hex | B0 | BA | DF | 15 | 11 | 0 | D | E3 | 2A | 4E |
| Octal | 260 | 272 | 337 | 25 | 21 | 0 | 15 | 343 | 52 | 116 |
| Binary | 10110000 | 10111010 | 11011111 | 10101 | 10001 | 0 | 1101 | 11100011 | 101010 | 1001110 |
Color Harmonies of #B0BADF
Complementary color
Monochromatic Colors of #B0BADF
Black with #B0BADF
Text Example
Text Example
White with #B0BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BADF; }
p { color: rgb(176,186,223); }
H1.HeaderClassName
{
color: #B0BADF;
}
.AnyTagClassName
{
color: #B0BADF;
}
</style>
background-color css
<style>
a { background-color: #B0BADF; }
a { background-color: rgb(176,186,223); }
div.DivClassName
{
background-color: #B0BADF;
}
.BgClassName
{
background-color: #B0BADF;
}
</style>
border-color css
<style>
span { border-color: #B0BADF; }
span { border-color: rgb(176,186,223); }
td.TdClassName
{
border-color: #B0BADF;
}
.TagClassName
{
border-color: #B0BADF;
}
</style>