Shades of Perano #B9BCE7
Tints of Perano #B9BCE7
RGB
CMYK
RGB Variations
Color information
#B9BCE7 (or 0xB9BCE7) is known color: Perano. HEX triplet: B9, BC and E7. RGB value is (185,188,231). Sum of RGB (Red+Green+Blue) = 185+188+231=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #B9BCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCE7 is #464318. Grayscale: #BFBFBF. Windows color (decimal): -4604697 or 15187129. OLE color: 15187129.
HSL color Cylindrical-coordinate representation of color #B9BCE7: hue angle of 236.09º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9BCE7 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 188 | 231 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.09 |
| HSL | 236.09º | 0.49% | 0.82% | - |
| HSV(B) | 236.09º | 0.2% | 0.91% | - |
| XYZ | 52.41 | 52.05 | 82.89 | - |
| YUV | 192.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 231 | 0.20 | 0.19 | 0 | 0.09 | 236.09 | 0.49 | 0.82 |
| Hex | B9 | BC | E7 | 14 | 13 | 0 | 9 | EC | 31 | 52 |
| Octal | 271 | 274 | 347 | 24 | 23 | 0 | 11 | 354 | 61 | 122 |
| Binary | 10111001 | 10111100 | 11100111 | 10100 | 10011 | 0 | 1001 | 11101100 | 110001 | 1010010 |
Color Harmonies of #B9BCE7
Complementary color
Monochromatic Colors of #B9BCE7
Black with #B9BCE7
Text Example
Text Example
White with #B9BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCE7; }
p { color: rgb(185,188,231); }
H1.HeaderClassName
{
color: #B9BCE7;
}
.AnyTagClassName
{
color: #B9BCE7;
}
</style>
background-color css
<style>
a { background-color: #B9BCE7; }
a { background-color: rgb(185,188,231); }
div.DivClassName
{
background-color: #B9BCE7;
}
.BgClassName
{
background-color: #B9BCE7;
}
</style>
border-color css
<style>
span { border-color: #B9BCE7; }
span { border-color: rgb(185,188,231); }
td.TdClassName
{
border-color: #B9BCE7;
}
.TagClassName
{
border-color: #B9BCE7;
}
</style>