Shades of Perano #B3B7DC
Tints of Perano #B3B7DC
RGB
CMYK
RGB Variations
Color information
#B3B7DC (or 0xB3B7DC) is known color: Perano. HEX triplet: B3, B7 and DC. RGB value is (179,183,220). Sum of RGB (Red+Green+Blue) = 179+183+220=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B7DC is #4C4823. Grayscale: #B9B9B9. Windows color (decimal): -4999204 or 14464947. OLE color: 14464947.
HSL color Cylindrical-coordinate representation of color #B3B7DC: hue angle of 234.15º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3B7DC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 183 | 220 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.14 |
| HSL | 234.15º | 0.37% | 0.78% | - |
| HSV(B) | 234.15º | 0.19% | 0.86% | - |
| XYZ | 48.44 | 48.62 | 74.54 | - |
| YUV | 186.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 183 | 220 | 0.19 | 0.17 | 0 | 0.14 | 234.15 | 0.37 | 0.78 |
| Hex | B3 | B7 | DC | 13 | 11 | 0 | E | EA | 25 | 4E |
| Octal | 263 | 267 | 334 | 23 | 21 | 0 | 16 | 352 | 45 | 116 |
| Binary | 10110011 | 10110111 | 11011100 | 10011 | 10001 | 0 | 1110 | 11101010 | 100101 | 1001110 |
Color Harmonies of #B3B7DC
Complementary color
Monochromatic Colors of #B3B7DC
Black with #B3B7DC
Text Example
Text Example
White with #B3B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B7DC; }
p { color: rgb(179,183,220); }
H1.HeaderClassName
{
color: #B3B7DC;
}
.AnyTagClassName
{
color: #B3B7DC;
}
</style>
background-color css
<style>
a { background-color: #B3B7DC; }
a { background-color: rgb(179,183,220); }
div.DivClassName
{
background-color: #B3B7DC;
}
.BgClassName
{
background-color: #B3B7DC;
}
</style>
border-color css
<style>
span { border-color: #B3B7DC; }
span { border-color: rgb(179,183,220); }
td.TdClassName
{
border-color: #B3B7DC;
}
.TagClassName
{
border-color: #B3B7DC;
}
</style>