Shades of Perano #B9BCF1
Tints of Perano #B9BCF1
RGB
CMYK
RGB Variations
Color information
#B9BCF1 (or 0xB9BCF1) is known color: Perano. HEX triplet: B9, BC and F1. RGB value is (185,188,241). Sum of RGB (Red+Green+Blue) = 185+188+241=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCF1 is #46430E. Grayscale: #C0C0C0. Windows color (decimal): -4604687 or 15842489. OLE color: 15842489.
HSL color Cylindrical-coordinate representation of color #B9BCF1: hue angle of 236.79º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9BCF1 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 188 | 241 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.05 |
| HSL | 236.79º | 0.67% | 0.84% | - |
| HSV(B) | 236.79º | 0.23% | 0.95% | - |
| XYZ | 53.87 | 52.63 | 90.54 | - |
| YUV | 193.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 241 | 0.23 | 0.22 | 0 | 0.05 | 236.79 | 0.67 | 0.84 |
| Hex | B9 | BC | F1 | 17 | 16 | 0 | 5 | ED | 43 | 54 |
| Octal | 271 | 274 | 361 | 27 | 26 | 0 | 5 | 355 | 103 | 124 |
| Binary | 10111001 | 10111100 | 11110001 | 10111 | 10110 | 0 | 101 | 11101101 | 1000011 | 1010100 |
Color Harmonies of #B9BCF1
Complementary color
Monochromatic Colors of #B9BCF1
Black with #B9BCF1
Text Example
Text Example
White with #B9BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCF1; }
p { color: rgb(185,188,241); }
H1.HeaderClassName
{
color: #B9BCF1;
}
.AnyTagClassName
{
color: #B9BCF1;
}
</style>
background-color css
<style>
a { background-color: #B9BCF1; }
a { background-color: rgb(185,188,241); }
div.DivClassName
{
background-color: #B9BCF1;
}
.BgClassName
{
background-color: #B9BCF1;
}
</style>
border-color css
<style>
span { border-color: #B9BCF1; }
span { border-color: rgb(185,188,241); }
td.TdClassName
{
border-color: #B9BCF1;
}
.TagClassName
{
border-color: #B9BCF1;
}
</style>