Shades of Perano #B5BCD8
Tints of Perano #B5BCD8
RGB
CMYK
RGB Variations
Color information
#B5BCD8 (or 0xB5BCD8) is known color: Perano. HEX triplet: B5, BC and D8. RGB value is (181,188,216). Sum of RGB (Red+Green+Blue) = 181+188+216=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCD8 is #4A4327. Grayscale: #BCBCBC. Windows color (decimal): -4866856 or 14204085. OLE color: 14204085.
HSL color Cylindrical-coordinate representation of color #B5BCD8: hue angle of 228º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5BCD8 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 188 | 216 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.15 |
| HSL | 228º | 0.31% | 0.78% | - |
| HSV(B) | 228º | 0.16% | 0.85% | - |
| XYZ | 49.43 | 50.75 | 72.16 | - |
| YUV | 189.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 216 | 0.16 | 0.13 | 0 | 0.15 | 228 | 0.31 | 0.78 |
| Hex | B5 | BC | D8 | 10 | D | 0 | F | E4 | 1F | 4E |
| Octal | 265 | 274 | 330 | 20 | 15 | 0 | 17 | 344 | 37 | 116 |
| Binary | 10110101 | 10111100 | 11011000 | 10000 | 1101 | 0 | 1111 | 11100100 | 11111 | 1001110 |
Color Harmonies of #B5BCD8
Complementary color
Monochromatic Colors of #B5BCD8
Black with #B5BCD8
Text Example
Text Example
White with #B5BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCD8; }
p { color: rgb(181,188,216); }
H1.HeaderClassName
{
color: #B5BCD8;
}
.AnyTagClassName
{
color: #B5BCD8;
}
</style>
background-color css
<style>
a { background-color: #B5BCD8; }
a { background-color: rgb(181,188,216); }
div.DivClassName
{
background-color: #B5BCD8;
}
.BgClassName
{
background-color: #B5BCD8;
}
</style>
border-color css
<style>
span { border-color: #B5BCD8; }
span { border-color: rgb(181,188,216); }
td.TdClassName
{
border-color: #B5BCD8;
}
.TagClassName
{
border-color: #B5BCD8;
}
</style>