Shades of Perano #B0B4DB
Tints of Perano #B0B4DB
RGB
CMYK
RGB Variations
Color information
#B0B4DB (or 0xB0B4DB) is known color: Perano. HEX triplet: B0, B4 and DB. RGB value is (176,180,219). Sum of RGB (Red+Green+Blue) = 176+180+219=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B4DB is #4F4B24. Grayscale: #B7B7B7. Windows color (decimal): -5196581 or 14398640. OLE color: 14398640.
HSL color Cylindrical-coordinate representation of color #B0B4DB: hue angle of 234.42º 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 #B0B4DB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 180 | 219 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.14 |
| HSL | 234.42º | 0.37% | 0.77% | - |
| HSV(B) | 234.42º | 0.2% | 0.86% | - |
| XYZ | 47.01 | 46.99 | 73.61 | - |
| YUV | 183.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 219 | 0.20 | 0.18 | 0 | 0.14 | 234.42 | 0.37 | 0.77 |
| Hex | B0 | B4 | DB | 14 | 12 | 0 | E | EA | 25 | 4D |
| Octal | 260 | 264 | 333 | 24 | 22 | 0 | 16 | 352 | 45 | 115 |
| Binary | 10110000 | 10110100 | 11011011 | 10100 | 10010 | 0 | 1110 | 11101010 | 100101 | 1001101 |
Color Harmonies of #B0B4DB
Complementary color
Monochromatic Colors of #B0B4DB
Black with #B0B4DB
Text Example
Text Example
White with #B0B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B4DB; }
p { color: rgb(176,180,219); }
H1.HeaderClassName
{
color: #B0B4DB;
}
.AnyTagClassName
{
color: #B0B4DB;
}
</style>
background-color css
<style>
a { background-color: #B0B4DB; }
a { background-color: rgb(176,180,219); }
div.DivClassName
{
background-color: #B0B4DB;
}
.BgClassName
{
background-color: #B0B4DB;
}
</style>
border-color css
<style>
span { border-color: #B0B4DB; }
span { border-color: rgb(176,180,219); }
td.TdClassName
{
border-color: #B0B4DB;
}
.TagClassName
{
border-color: #B0B4DB;
}
</style>