Shades of Perano #B9BFE8
Tints of Perano #B9BFE8
RGB
CMYK
RGB Variations
Color information
#B9BFE8 (or 0xB9BFE8) is known color: Perano. HEX triplet: B9, BF and E8. RGB value is (185,191,232). Sum of RGB (Red+Green+Blue) = 185+191+232=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFE8 is #464017. Grayscale: #C1C1C1. Windows color (decimal): -4603928 or 15253433. OLE color: 15253433.
HSL color Cylindrical-coordinate representation of color #B9BFE8: hue angle of 232.34º degrees, saturation: 0.51, 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 #B9BFE8 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 191 | 232 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.09 |
| HSL | 232.34º | 0.51% | 0.82% | - |
| HSV(B) | 232.34º | 0.2% | 0.91% | - |
| XYZ | 53.2 | 53.4 | 83.85 | - |
| YUV | 193.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 232 | 0.20 | 0.18 | 0 | 0.09 | 232.34 | 0.51 | 0.82 |
| Hex | B9 | BF | E8 | 14 | 12 | 0 | 9 | E8 | 33 | 52 |
| Octal | 271 | 277 | 350 | 24 | 22 | 0 | 11 | 350 | 63 | 122 |
| Binary | 10111001 | 10111111 | 11101000 | 10100 | 10010 | 0 | 1001 | 11101000 | 110011 | 1010010 |
Color Harmonies of #B9BFE8
Complementary color
Monochromatic Colors of #B9BFE8
Black with #B9BFE8
Text Example
Text Example
White with #B9BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFE8; }
p { color: rgb(185,191,232); }
H1.HeaderClassName
{
color: #B9BFE8;
}
.AnyTagClassName
{
color: #B9BFE8;
}
</style>
background-color css
<style>
a { background-color: #B9BFE8; }
a { background-color: rgb(185,191,232); }
div.DivClassName
{
background-color: #B9BFE8;
}
.BgClassName
{
background-color: #B9BFE8;
}
</style>
border-color css
<style>
span { border-color: #B9BFE8; }
span { border-color: rgb(185,191,232); }
td.TdClassName
{
border-color: #B9BFE8;
}
.TagClassName
{
border-color: #B9BFE8;
}
</style>