Shades of Perano #B8BFEC
Tints of Perano #B8BFEC
RGB
CMYK
RGB Variations
Color information
#B8BFEC (or 0xB8BFEC) is known color: Perano. HEX triplet: B8, BF and EC. RGB value is (184,191,236). Sum of RGB (Red+Green+Blue) = 184+191+236=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BFEC is #474013. Grayscale: #C1C1C1. Windows color (decimal): -4669460 or 15515576. OLE color: 15515576.
HSL color Cylindrical-coordinate representation of color #B8BFEC: hue angle of 231.92º 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 #B8BFEC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 191 | 236 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.07 |
| HSL | 231.92º | 0.58% | 0.82% | - |
| HSV(B) | 231.92º | 0.22% | 0.93% | - |
| XYZ | 53.54 | 53.51 | 86.86 | - |
| YUV | 194.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 236 | 0.22 | 0.19 | 0 | 0.07 | 231.92 | 0.58 | 0.82 |
| Hex | B8 | BF | EC | 16 | 13 | 0 | 7 | E8 | 3A | 52 |
| Octal | 270 | 277 | 354 | 26 | 23 | 0 | 7 | 350 | 72 | 122 |
| Binary | 10111000 | 10111111 | 11101100 | 10110 | 10011 | 0 | 111 | 11101000 | 111010 | 1010010 |
Color Harmonies of #B8BFEC
Complementary color
Monochromatic Colors of #B8BFEC
Black with #B8BFEC
Text Example
Text Example
White with #B8BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BFEC; }
p { color: rgb(184,191,236); }
H1.HeaderClassName
{
color: #B8BFEC;
}
.AnyTagClassName
{
color: #B8BFEC;
}
</style>
background-color css
<style>
a { background-color: #B8BFEC; }
a { background-color: rgb(184,191,236); }
div.DivClassName
{
background-color: #B8BFEC;
}
.BgClassName
{
background-color: #B8BFEC;
}
</style>
border-color css
<style>
span { border-color: #B8BFEC; }
span { border-color: rgb(184,191,236); }
td.TdClassName
{
border-color: #B8BFEC;
}
.TagClassName
{
border-color: #B8BFEC;
}
</style>