Shades of Perano #B9BEE6
Tints of Perano #B9BEE6
RGB
CMYK
RGB Variations
Color information
#B9BEE6 (or 0xB9BEE6) is known color: Perano. HEX triplet: B9, BE and E6. RGB value is (185,190,230). Sum of RGB (Red+Green+Blue) = 185+190+230=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #B9BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEE6 is #464119. Grayscale: #C0C0C0. Windows color (decimal): -4604186 or 15122105. OLE color: 15122105.
HSL color Cylindrical-coordinate representation of color #B9BEE6: hue angle of 233.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9BEE6 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 190 | 230 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.10 |
| HSL | 233.33º | 0.47% | 0.81% | - |
| HSV(B) | 233.33º | 0.2% | 0.9% | - |
| XYZ | 52.7 | 52.85 | 82.29 | - |
| YUV | 193.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 230 | 0.20 | 0.17 | 0 | 0.10 | 233.33 | 0.47 | 0.81 |
| Hex | B9 | BE | E6 | 14 | 11 | 0 | A | E9 | 2F | 51 |
| Octal | 271 | 276 | 346 | 24 | 21 | 0 | 12 | 351 | 57 | 121 |
| Binary | 10111001 | 10111110 | 11100110 | 10100 | 10001 | 0 | 1010 | 11101001 | 101111 | 1010001 |
Color Harmonies of #B9BEE6
Complementary color
Monochromatic Colors of #B9BEE6
Black with #B9BEE6
Text Example
Text Example
White with #B9BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BEE6; }
p { color: rgb(185,190,230); }
H1.HeaderClassName
{
color: #B9BEE6;
}
.AnyTagClassName
{
color: #B9BEE6;
}
</style>
background-color css
<style>
a { background-color: #B9BEE6; }
a { background-color: rgb(185,190,230); }
div.DivClassName
{
background-color: #B9BEE6;
}
.BgClassName
{
background-color: #B9BEE6;
}
</style>
border-color css
<style>
span { border-color: #B9BEE6; }
span { border-color: rgb(185,190,230); }
td.TdClassName
{
border-color: #B9BEE6;
}
.TagClassName
{
border-color: #B9BEE6;
}
</style>