Shades of Perano #B9BFEC
Tints of Perano #B9BFEC
RGB
CMYK
RGB Variations
Color information
#B9BFEC (or 0xB9BFEC) is known color: Perano. HEX triplet: B9, BF and EC. RGB value is (185,191,236). Sum of RGB (Red+Green+Blue) = 185+191+236=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFEC is #464013. Grayscale: #C2C2C2. Windows color (decimal): -4603924 or 15515577. OLE color: 15515577.
HSL color Cylindrical-coordinate representation of color #B9BFEC: hue angle of 232.94º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9BFEC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 191 | 236 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.07 |
| HSL | 232.94º | 0.57% | 0.83% | - |
| HSV(B) | 232.94º | 0.22% | 0.93% | - |
| XYZ | 53.78 | 53.63 | 86.87 | - |
| YUV | 194.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 236 | 0.22 | 0.19 | 0 | 0.07 | 232.94 | 0.57 | 0.83 |
| Hex | B9 | BF | EC | 16 | 13 | 0 | 7 | E9 | 39 | 53 |
| Octal | 271 | 277 | 354 | 26 | 23 | 0 | 7 | 351 | 71 | 123 |
| Binary | 10111001 | 10111111 | 11101100 | 10110 | 10011 | 0 | 111 | 11101001 | 111001 | 1010011 |
Color Harmonies of #B9BFEC
Complementary color
Monochromatic Colors of #B9BFEC
Black with #B9BFEC
Text Example
Text Example
White with #B9BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFEC; }
p { color: rgb(185,191,236); }
H1.HeaderClassName
{
color: #B9BFEC;
}
.AnyTagClassName
{
color: #B9BFEC;
}
</style>
background-color css
<style>
a { background-color: #B9BFEC; }
a { background-color: rgb(185,191,236); }
div.DivClassName
{
background-color: #B9BFEC;
}
.BgClassName
{
background-color: #B9BFEC;
}
</style>
border-color css
<style>
span { border-color: #B9BFEC; }
span { border-color: rgb(185,191,236); }
td.TdClassName
{
border-color: #B9BFEC;
}
.TagClassName
{
border-color: #B9BFEC;
}
</style>