Shades of Perano #B5BEEC
Tints of Perano #B5BEEC
RGB
CMYK
RGB Variations
Color information
#B5BEEC (or 0xB5BEEC) is known color: Perano. HEX triplet: B5, BE and EC. RGB value is (181,190,236). Sum of RGB (Red+Green+Blue) = 181+190+236=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BEEC is #4A4113. Grayscale: #C0C0C0. Windows color (decimal): -4866324 or 15515317. OLE color: 15515317.
HSL color Cylindrical-coordinate representation of color #B5BEEC: hue angle of 230.18º 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 #B5BEEC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 190 | 236 | - |
CMYK | 0.23 | 0.19 | 0 | 0.07 |
HSL | 230.18º | 0.59% | 0.82% | - |
HSV(B) | 230.18º | 0.23% | 0.93% | - |
XYZ | 52.61 | 52.71 | 86.76 | - |
YUV | 192.55 | 152.52 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 236 | 0.23 | 0.19 | 0 | 0.07 | 230.18 | 0.59 | 0.82 |
Hex | B5 | BE | EC | 17 | 13 | 0 | 7 | E6 | 3B | 52 |
Octal | 265 | 276 | 354 | 27 | 23 | 0 | 7 | 346 | 73 | 122 |
Binary | 10110101 | 10111110 | 11101100 | 10111 | 10011 | 0 | 111 | 11100110 | 111011 | 1010010 |
Color Harmonies of #B5BEEC
Complementary color
Monochromatic Colors of #B5BEEC
Black with #B5BEEC
Text Example
Text Example
White with #B5BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BEEC; }
p { color: rgb(181,190,236); }
H1.HeaderClassName
{
color: #B5BEEC;
}
.AnyTagClassName
{
color: #B5BEEC;
}
</style>
background-color css
<style>
a { background-color: #B5BEEC; }
a { background-color: rgb(181,190,236); }
div.DivClassName
{
background-color: #B5BEEC;
}
.BgClassName
{
background-color: #B5BEEC;
}
</style>
border-color css
<style>
span { border-color: #B5BEEC; }
span { border-color: rgb(181,190,236); }
td.TdClassName
{
border-color: #B5BEEC;
}
.TagClassName
{
border-color: #B5BEEC;
}
</style>