Shades of Perano #B0B6DF
Tints of Perano #B0B6DF
RGB
CMYK
RGB Variations
Color information
#B0B6DF (or 0xB0B6DF) is known color: Perano. HEX triplet: B0, B6 and DF. RGB value is (176,182,223). Sum of RGB (Red+Green+Blue) = 176+182+223=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B6DF is #4F4920. Grayscale: #B8B8B8. Windows color (decimal): -5196065 or 14661296. OLE color: 14661296.
HSL color Cylindrical-coordinate representation of color #B0B6DF: hue angle of 232.34º 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 #B0B6DF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 182 | 223 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.13 |
| HSL | 232.34º | 0.42% | 0.78% | - |
| HSV(B) | 232.34º | 0.21% | 0.87% | - |
| XYZ | 47.95 | 48.01 | 76.55 | - |
| YUV | 184.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 182 | 223 | 0.21 | 0.18 | 0 | 0.13 | 232.34 | 0.42 | 0.78 |
| Hex | B0 | B6 | DF | 15 | 12 | 0 | D | E8 | 2A | 4E |
| Octal | 260 | 266 | 337 | 25 | 22 | 0 | 15 | 350 | 52 | 116 |
| Binary | 10110000 | 10110110 | 11011111 | 10101 | 10010 | 0 | 1101 | 11101000 | 101010 | 1001110 |
Color Harmonies of #B0B6DF
Complementary color
Monochromatic Colors of #B0B6DF
Black with #B0B6DF
Text Example
Text Example
White with #B0B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B6DF; }
p { color: rgb(176,182,223); }
H1.HeaderClassName
{
color: #B0B6DF;
}
.AnyTagClassName
{
color: #B0B6DF;
}
</style>
background-color css
<style>
a { background-color: #B0B6DF; }
a { background-color: rgb(176,182,223); }
div.DivClassName
{
background-color: #B0B6DF;
}
.BgClassName
{
background-color: #B0B6DF;
}
</style>
border-color css
<style>
span { border-color: #B0B6DF; }
span { border-color: rgb(176,182,223); }
td.TdClassName
{
border-color: #B0B6DF;
}
.TagClassName
{
border-color: #B0B6DF;
}
</style>