Shades of Perano #B5BCEC
Tints of Perano #B5BCEC
RGB
CMYK
RGB Variations
Color information
#B5BCEC (or 0xB5BCEC) is known color: Perano. HEX triplet: B5, BC and EC. RGB value is (181,188,236). Sum of RGB (Red+Green+Blue) = 181+188+236=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCEC is #4A4313. Grayscale: #BFBFBF. Windows color (decimal): -4866836 or 15514805. OLE color: 15514805.
HSL color Cylindrical-coordinate representation of color #B5BCEC: hue angle of 232.36º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5BCEC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 188 | 236 | - |
CMYK | 0.23 | 0.20 | 0 | 0.07 |
HSL | 232.36º | 0.59% | 0.82% | - |
HSV(B) | 232.36º | 0.23% | 0.93% | - |
XYZ | 52.18 | 51.85 | 86.61 | - |
YUV | 191.38 | 153.18 | 120.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 188 | 236 | 0.23 | 0.20 | 0 | 0.07 | 232.36 | 0.59 | 0.82 |
Hex | B5 | BC | EC | 17 | 14 | 0 | 7 | E8 | 3B | 52 |
Octal | 265 | 274 | 354 | 27 | 24 | 0 | 7 | 350 | 73 | 122 |
Binary | 10110101 | 10111100 | 11101100 | 10111 | 10100 | 0 | 111 | 11101000 | 111011 | 1010010 |
Color Harmonies of #B5BCEC
Complementary color
Monochromatic Colors of #B5BCEC
Black with #B5BCEC
Text Example
Text Example
White with #B5BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCEC; }
p { color: rgb(181,188,236); }
H1.HeaderClassName
{
color: #B5BCEC;
}
.AnyTagClassName
{
color: #B5BCEC;
}
</style>
background-color css
<style>
a { background-color: #B5BCEC; }
a { background-color: rgb(181,188,236); }
div.DivClassName
{
background-color: #B5BCEC;
}
.BgClassName
{
background-color: #B5BCEC;
}
</style>
border-color css
<style>
span { border-color: #B5BCEC; }
span { border-color: rgb(181,188,236); }
td.TdClassName
{
border-color: #B5BCEC;
}
.TagClassName
{
border-color: #B5BCEC;
}
</style>