Shades of Perano #B7BCDC
Tints of Perano #B7BCDC
RGB
CMYK
RGB Variations
Color information
#B7BCDC (or 0xB7BCDC) is known color: Perano. HEX triplet: B7, BC and DC. RGB value is (183,188,220). Sum of RGB (Red+Green+Blue) = 183+188+220=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCDC is #484323. Grayscale: #BEBEBE. Windows color (decimal): -4735780 or 14466231. OLE color: 14466231.
HSL color Cylindrical-coordinate representation of color #B7BCDC: hue angle of 231.89º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7BCDC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 188 | 220 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.14 |
| HSL | 231.89º | 0.35% | 0.79% | - |
| HSV(B) | 231.89º | 0.17% | 0.86% | - |
| XYZ | 50.43 | 51.2 | 74.94 | - |
| YUV | 190.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 220 | 0.17 | 0.15 | 0 | 0.14 | 231.89 | 0.35 | 0.79 |
| Hex | B7 | BC | DC | 11 | F | 0 | E | E8 | 23 | 4F |
| Octal | 267 | 274 | 334 | 21 | 17 | 0 | 16 | 350 | 43 | 117 |
| Binary | 10110111 | 10111100 | 11011100 | 10001 | 1111 | 0 | 1110 | 11101000 | 100011 | 1001111 |
Color Harmonies of #B7BCDC
Complementary color
Monochromatic Colors of #B7BCDC
Black with #B7BCDC
Text Example
Text Example
White with #B7BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCDC; }
p { color: rgb(183,188,220); }
H1.HeaderClassName
{
color: #B7BCDC;
}
.AnyTagClassName
{
color: #B7BCDC;
}
</style>
background-color css
<style>
a { background-color: #B7BCDC; }
a { background-color: rgb(183,188,220); }
div.DivClassName
{
background-color: #B7BCDC;
}
.BgClassName
{
background-color: #B7BCDC;
}
</style>
border-color css
<style>
span { border-color: #B7BCDC; }
span { border-color: rgb(183,188,220); }
td.TdClassName
{
border-color: #B7BCDC;
}
.TagClassName
{
border-color: #B7BCDC;
}
</style>