Shades of Perano #B5C4EC
Tints of Perano #B5C4EC
RGB
CMYK
RGB Variations
Color information
#B5C4EC (or 0xB5C4EC) is known color: Perano. HEX triplet: B5, C4 and EC. RGB value is (181,196,236). Sum of RGB (Red+Green+Blue) = 181+196+236=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5C4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C4EC is #4A3B13. Grayscale: #C3C3C3. Windows color (decimal): -4864788 or 15516853. OLE color: 15516853.
HSL color Cylindrical-coordinate representation of color #B5C4EC: hue angle of 223.64º 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 #B5C4EC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 196 | 236 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.07 |
| HSL | 223.64º | 0.59% | 0.82% | - |
| HSV(B) | 223.64º | 0.23% | 0.93% | - |
| XYZ | 53.94 | 55.36 | 87.2 | - |
| YUV | 196.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 236 | 0.23 | 0.17 | 0 | 0.07 | 223.64 | 0.59 | 0.82 |
| Hex | B5 | C4 | EC | 17 | 11 | 0 | 7 | E0 | 3B | 52 |
| Octal | 265 | 304 | 354 | 27 | 21 | 0 | 7 | 340 | 73 | 122 |
| Binary | 10110101 | 11000100 | 11101100 | 10111 | 10001 | 0 | 111 | 11100000 | 111011 | 1010010 |
Color Harmonies of #B5C4EC
Complementary color
Monochromatic Colors of #B5C4EC
Black with #B5C4EC
Text Example
Text Example
White with #B5C4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C4EC; }
p { color: rgb(181,196,236); }
H1.HeaderClassName
{
color: #B5C4EC;
}
.AnyTagClassName
{
color: #B5C4EC;
}
</style>
background-color css
<style>
a { background-color: #B5C4EC; }
a { background-color: rgb(181,196,236); }
div.DivClassName
{
background-color: #B5C4EC;
}
.BgClassName
{
background-color: #B5C4EC;
}
</style>
border-color css
<style>
span { border-color: #B5C4EC; }
span { border-color: rgb(181,196,236); }
td.TdClassName
{
border-color: #B5C4EC;
}
.TagClassName
{
border-color: #B5C4EC;
}
</style>