Shades of Perano #B5BCD7
Tints of Perano #B5BCD7
RGB
CMYK
RGB Variations
Color information
#B5BCD7 (or 0xB5BCD7) is known color: Perano. HEX triplet: B5, BC and D7. RGB value is (181,188,215). Sum of RGB (Red+Green+Blue) = 181+188+215=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCD7 is #4A4328. Grayscale: #BCBCBC. Windows color (decimal): -4866857 or 14138549. OLE color: 14138549.
HSL color Cylindrical-coordinate representation of color #B5BCD7: hue angle of 227.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5BCD7 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 188 | 215 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.16 |
| HSL | 227.65º | 0.3% | 0.78% | - |
| HSV(B) | 227.65º | 0.16% | 0.84% | - |
| XYZ | 49.31 | 50.7 | 71.48 | - |
| YUV | 188.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 215 | 0.16 | 0.13 | 0 | 0.16 | 227.65 | 0.3 | 0.78 |
| Hex | B5 | BC | D7 | 10 | D | 0 | 10 | E4 | 1E | 4E |
| Octal | 265 | 274 | 327 | 20 | 15 | 0 | 20 | 344 | 36 | 116 |
| Binary | 10110101 | 10111100 | 11010111 | 10000 | 1101 | 0 | 10000 | 11100100 | 11110 | 1001110 |
Color Harmonies of #B5BCD7
Complementary color
Monochromatic Colors of #B5BCD7
Black with #B5BCD7
Text Example
Text Example
White with #B5BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCD7; }
p { color: rgb(181,188,215); }
H1.HeaderClassName
{
color: #B5BCD7;
}
.AnyTagClassName
{
color: #B5BCD7;
}
</style>
background-color css
<style>
a { background-color: #B5BCD7; }
a { background-color: rgb(181,188,215); }
div.DivClassName
{
background-color: #B5BCD7;
}
.BgClassName
{
background-color: #B5BCD7;
}
</style>
border-color css
<style>
span { border-color: #B5BCD7; }
span { border-color: rgb(181,188,215); }
td.TdClassName
{
border-color: #B5BCD7;
}
.TagClassName
{
border-color: #B5BCD7;
}
</style>