Shades of Perano #B9BFE1
Tints of Perano #B9BFE1
RGB
CMYK
RGB Variations
Color information
#B9BFE1 (or 0xB9BFE1) is known color: Perano. HEX triplet: B9, BF and E1. RGB value is (185,191,225). Sum of RGB (Red+Green+Blue) = 185+191+225=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFE1 is #46401E. Grayscale: #C0C0C0. Windows color (decimal): -4603935 or 14794681. OLE color: 14794681.
HSL color Cylindrical-coordinate representation of color #B9BFE1: hue angle of 231º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9BFE1 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 191 | 225 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.12 |
| HSL | 231º | 0.4% | 0.8% | - |
| HSV(B) | 231º | 0.18% | 0.88% | - |
| XYZ | 52.23 | 53.01 | 78.71 | - |
| YUV | 193.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 225 | 0.18 | 0.15 | 0 | 0.12 | 231 | 0.4 | 0.8 |
| Hex | B9 | BF | E1 | 12 | F | 0 | C | E7 | 28 | 50 |
| Octal | 271 | 277 | 341 | 22 | 17 | 0 | 14 | 347 | 50 | 120 |
| Binary | 10111001 | 10111111 | 11100001 | 10010 | 1111 | 0 | 1100 | 11100111 | 101000 | 1010000 |
Color Harmonies of #B9BFE1
Complementary color
Monochromatic Colors of #B9BFE1
Black with #B9BFE1
Text Example
Text Example
White with #B9BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFE1; }
p { color: rgb(185,191,225); }
H1.HeaderClassName
{
color: #B9BFE1;
}
.AnyTagClassName
{
color: #B9BFE1;
}
</style>
background-color css
<style>
a { background-color: #B9BFE1; }
a { background-color: rgb(185,191,225); }
div.DivClassName
{
background-color: #B9BFE1;
}
.BgClassName
{
background-color: #B9BFE1;
}
</style>
border-color css
<style>
span { border-color: #B9BFE1; }
span { border-color: rgb(185,191,225); }
td.TdClassName
{
border-color: #B9BFE1;
}
.TagClassName
{
border-color: #B9BFE1;
}
</style>