Shades of Perano #B5C1EF
Tints of Perano #B5C1EF
RGB
CMYK
RGB Variations
Color information
#B5C1EF (or 0xB5C1EF) is known color: Perano. HEX triplet: B5, C1 and EF. RGB value is (181,193,239). Sum of RGB (Red+Green+Blue) = 181+193+239=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5C1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C1EF is #4A3E10. Grayscale: #C2C2C2. Windows color (decimal): -4865553 or 15712693. OLE color: 15712693.
HSL color Cylindrical-coordinate representation of color #B5C1EF: hue angle of 227.59º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5C1EF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 193 | 239 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.06 |
| HSL | 227.59º | 0.64% | 0.82% | - |
| HSV(B) | 227.59º | 0.24% | 0.94% | - |
| XYZ | 53.71 | 54.2 | 89.29 | - |
| YUV | 194.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 239 | 0.24 | 0.19 | 0 | 0.06 | 227.59 | 0.64 | 0.82 |
| Hex | B5 | C1 | EF | 18 | 13 | 0 | 6 | E4 | 40 | 52 |
| Octal | 265 | 301 | 357 | 30 | 23 | 0 | 6 | 344 | 100 | 122 |
| Binary | 10110101 | 11000001 | 11101111 | 11000 | 10011 | 0 | 110 | 11100100 | 1000000 | 1010010 |
Color Harmonies of #B5C1EF
Complementary color
Monochromatic Colors of #B5C1EF
Black with #B5C1EF
Text Example
Text Example
White with #B5C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C1EF; }
p { color: rgb(181,193,239); }
H1.HeaderClassName
{
color: #B5C1EF;
}
.AnyTagClassName
{
color: #B5C1EF;
}
</style>
background-color css
<style>
a { background-color: #B5C1EF; }
a { background-color: rgb(181,193,239); }
div.DivClassName
{
background-color: #B5C1EF;
}
.BgClassName
{
background-color: #B5C1EF;
}
</style>
border-color css
<style>
span { border-color: #B5C1EF; }
span { border-color: rgb(181,193,239); }
td.TdClassName
{
border-color: #B5C1EF;
}
.TagClassName
{
border-color: #B5C1EF;
}
</style>