Shades of Perano #B8BEEC
Tints of Perano #B8BEEC
RGB
CMYK
RGB Variations
Color information
#B8BEEC (or 0xB8BEEC) is known color: Perano. HEX triplet: B8, BE and EC. RGB value is (184,190,236). Sum of RGB (Red+Green+Blue) = 184+190+236=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEEC is #474113. Grayscale: #C1C1C1. Windows color (decimal): -4669716 or 15515320. OLE color: 15515320.
HSL color Cylindrical-coordinate representation of color #B8BEEC: hue angle of 233.08º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8BEEC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 190 | 236 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.07 |
| HSL | 233.08º | 0.58% | 0.82% | - |
| HSV(B) | 233.08º | 0.22% | 0.93% | - |
| XYZ | 53.32 | 53.07 | 86.79 | - |
| YUV | 193.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 236 | 0.22 | 0.19 | 0 | 0.07 | 233.08 | 0.58 | 0.82 |
| Hex | B8 | BE | EC | 16 | 13 | 0 | 7 | E9 | 3A | 52 |
| Octal | 270 | 276 | 354 | 26 | 23 | 0 | 7 | 351 | 72 | 122 |
| Binary | 10111000 | 10111110 | 11101100 | 10110 | 10011 | 0 | 111 | 11101001 | 111010 | 1010010 |
Color Harmonies of #B8BEEC
Complementary color
Monochromatic Colors of #B8BEEC
Black with #B8BEEC
Text Example
Text Example
White with #B8BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BEEC; }
p { color: rgb(184,190,236); }
H1.HeaderClassName
{
color: #B8BEEC;
}
.AnyTagClassName
{
color: #B8BEEC;
}
</style>
background-color css
<style>
a { background-color: #B8BEEC; }
a { background-color: rgb(184,190,236); }
div.DivClassName
{
background-color: #B8BEEC;
}
.BgClassName
{
background-color: #B8BEEC;
}
</style>
border-color css
<style>
span { border-color: #B8BEEC; }
span { border-color: rgb(184,190,236); }
td.TdClassName
{
border-color: #B8BEEC;
}
.TagClassName
{
border-color: #B8BEEC;
}
</style>