Shades of Perano #B9BFE3
Tints of Perano #B9BFE3
RGB
CMYK
RGB Variations
Color information
#B9BFE3 (or 0xB9BFE3) is known color: Perano. HEX triplet: B9, BF and E3. RGB value is (185,191,227). Sum of RGB (Red+Green+Blue) = 185+191+227=603 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.68% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFE3 is #46401C. Grayscale: #C1C1C1. Windows color (decimal): -4603933 or 14925753. OLE color: 14925753.
HSL color Cylindrical-coordinate representation of color #B9BFE3: hue angle of 231.43º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9BFE3 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 191 | 227 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.11 |
| HSL | 231.43º | 0.43% | 0.81% | - |
| HSV(B) | 231.43º | 0.19% | 0.89% | - |
| XYZ | 52.5 | 53.12 | 80.16 | - |
| YUV | 193.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 227 | 0.19 | 0.16 | 0 | 0.11 | 231.43 | 0.43 | 0.81 |
| Hex | B9 | BF | E3 | 13 | 10 | 0 | B | E7 | 2B | 51 |
| Octal | 271 | 277 | 343 | 23 | 20 | 0 | 13 | 347 | 53 | 121 |
| Binary | 10111001 | 10111111 | 11100011 | 10011 | 10000 | 0 | 1011 | 11100111 | 101011 | 1010001 |
Color Harmonies of #B9BFE3
Complementary color
Monochromatic Colors of #B9BFE3
Black with #B9BFE3
Text Example
Text Example
White with #B9BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFE3; }
p { color: rgb(185,191,227); }
H1.HeaderClassName
{
color: #B9BFE3;
}
.AnyTagClassName
{
color: #B9BFE3;
}
</style>
background-color css
<style>
a { background-color: #B9BFE3; }
a { background-color: rgb(185,191,227); }
div.DivClassName
{
background-color: #B9BFE3;
}
.BgClassName
{
background-color: #B9BFE3;
}
</style>
border-color css
<style>
span { border-color: #B9BFE3; }
span { border-color: rgb(185,191,227); }
td.TdClassName
{
border-color: #B9BFE3;
}
.TagClassName
{
border-color: #B9BFE3;
}
</style>