Shades of Perano #B5BCFF
Tints of Perano #B5BCFF
RGB
CMYK
RGB Variations
Color information
#B5BCFF (or 0xB5BCFF) is known color: Perano. HEX triplet: B5, BC and FF. RGB value is (181,188,255). Sum of RGB (Red+Green+Blue) = 181+188+255=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCFF is #4A4300. Grayscale: #C1C1C1. Windows color (decimal): -4866817 or 16759989. OLE color: 16759989.
HSL color Cylindrical-coordinate representation of color #B5BCFF: hue angle of 234.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BCFF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 188 | 255 | - |
| CMYK | 0.29 | 0.26 | 0 | 0 |
| HSL | 234.32º | 1% | 0.85% | - |
| HSV(B) | 234.32º | 0.29% | 1% | - |
| XYZ | 55.09 | 53.01 | 101.94 | - |
| YUV | 193.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 255 | 0.29 | 0.26 | 0 | 0 | 234.32 | 1 | 0.85 |
| Hex | B5 | BC | FF | 1D | 1A | 0 | 0 | EA | 64 | 55 |
| Octal | 265 | 274 | 377 | 35 | 32 | 0 | 0 | 352 | 144 | 125 |
| Binary | 10110101 | 10111100 | 11111111 | 11101 | 11010 | 0 | 0 | 11101010 | 1100100 | 1010101 |
Color Harmonies of #B5BCFF
Complementary color
Monochromatic Colors of #B5BCFF
Black with #B5BCFF
Text Example
Text Example
White with #B5BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCFF; }
p { color: rgb(181,188,255); }
H1.HeaderClassName
{
color: #B5BCFF;
}
.AnyTagClassName
{
color: #B5BCFF;
}
</style>
background-color css
<style>
a { background-color: #B5BCFF; }
a { background-color: rgb(181,188,255); }
div.DivClassName
{
background-color: #B5BCFF;
}
.BgClassName
{
background-color: #B5BCFF;
}
</style>
border-color css
<style>
span { border-color: #B5BCFF; }
span { border-color: rgb(181,188,255); }
td.TdClassName
{
border-color: #B5BCFF;
}
.TagClassName
{
border-color: #B5BCFF;
}
</style>