Shades of Perano #B7BCDA
Tints of Perano #B7BCDA
RGB
CMYK
RGB Variations
Color information
#B7BCDA (or 0xB7BCDA) is known color: Perano. HEX triplet: B7, BC and DA. RGB value is (183,188,218). Sum of RGB (Red+Green+Blue) = 183+188+218=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCDA is #484325. Grayscale: #BDBDBD. Windows color (decimal): -4735782 or 14335159. OLE color: 14335159.
HSL color Cylindrical-coordinate representation of color #B7BCDA: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7BCDA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 188 | 218 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.15 |
| HSL | 231.43º | 0.32% | 0.79% | - |
| HSV(B) | 231.43º | 0.16% | 0.85% | - |
| XYZ | 50.17 | 51.1 | 73.55 | - |
| YUV | 189.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 218 | 0.16 | 0.14 | 0 | 0.15 | 231.43 | 0.32 | 0.79 |
| Hex | B7 | BC | DA | 10 | E | 0 | F | E7 | 20 | 4F |
| Octal | 267 | 274 | 332 | 20 | 16 | 0 | 17 | 347 | 40 | 117 |
| Binary | 10110111 | 10111100 | 11011010 | 10000 | 1110 | 0 | 1111 | 11100111 | 100000 | 1001111 |
Color Harmonies of #B7BCDA
Complementary color
Monochromatic Colors of #B7BCDA
Black with #B7BCDA
Text Example
Text Example
White with #B7BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCDA; }
p { color: rgb(183,188,218); }
H1.HeaderClassName
{
color: #B7BCDA;
}
.AnyTagClassName
{
color: #B7BCDA;
}
</style>
background-color css
<style>
a { background-color: #B7BCDA; }
a { background-color: rgb(183,188,218); }
div.DivClassName
{
background-color: #B7BCDA;
}
.BgClassName
{
background-color: #B7BCDA;
}
</style>
border-color css
<style>
span { border-color: #B7BCDA; }
span { border-color: rgb(183,188,218); }
td.TdClassName
{
border-color: #B7BCDA;
}
.TagClassName
{
border-color: #B7BCDA;
}
</style>