Shades of Perano #B0B9DB
Tints of Perano #B0B9DB
RGB
CMYK
RGB Variations
Color information
#B0B9DB (or 0xB0B9DB) is known color: Perano. HEX triplet: B0, B9 and DB. RGB value is (176,185,219). Sum of RGB (Red+Green+Blue) = 176+185+219=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B9DB is #4F4624. Grayscale: #BABABA. Windows color (decimal): -5195301 or 14399920. OLE color: 14399920.
HSL color Cylindrical-coordinate representation of color #B0B9DB: hue angle of 227.44º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B9DB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 185 | 219 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.14 |
| HSL | 227.44º | 0.37% | 0.77% | - |
| HSV(B) | 227.44º | 0.2% | 0.86% | - |
| XYZ | 48.04 | 49.04 | 73.95 | - |
| YUV | 186.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 219 | 0.20 | 0.16 | 0 | 0.14 | 227.44 | 0.37 | 0.77 |
| Hex | B0 | B9 | DB | 14 | 10 | 0 | E | E3 | 25 | 4D |
| Octal | 260 | 271 | 333 | 24 | 20 | 0 | 16 | 343 | 45 | 115 |
| Binary | 10110000 | 10111001 | 11011011 | 10100 | 10000 | 0 | 1110 | 11100011 | 100101 | 1001101 |
Color Harmonies of #B0B9DB
Complementary color
Monochromatic Colors of #B0B9DB
Black with #B0B9DB
Text Example
Text Example
White with #B0B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B9DB; }
p { color: rgb(176,185,219); }
H1.HeaderClassName
{
color: #B0B9DB;
}
.AnyTagClassName
{
color: #B0B9DB;
}
</style>
background-color css
<style>
a { background-color: #B0B9DB; }
a { background-color: rgb(176,185,219); }
div.DivClassName
{
background-color: #B0B9DB;
}
.BgClassName
{
background-color: #B0B9DB;
}
</style>
border-color css
<style>
span { border-color: #B0B9DB; }
span { border-color: rgb(176,185,219); }
td.TdClassName
{
border-color: #B0B9DB;
}
.TagClassName
{
border-color: #B0B9DB;
}
</style>