Shades of Perano #B9BBF6
Tints of Perano #B9BBF6
RGB
CMYK
RGB Variations
Color information
#B9BBF6 (or 0xB9BBF6) is known color: Perano. HEX triplet: B9, BB and F6. RGB value is (185,187,246). Sum of RGB (Red+Green+Blue) = 185+187+246=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBF6 is #464409. Grayscale: #C0C0C0. Windows color (decimal): -4604938 or 16169913. OLE color: 16169913.
HSL color Cylindrical-coordinate representation of color #B9BBF6: hue angle of 238.03º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9BBF6 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 187 | 246 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.04 |
| HSL | 238.03º | 0.77% | 0.85% | - |
| HSV(B) | 238.03º | 0.25% | 0.96% | - |
| XYZ | 54.41 | 52.51 | 94.46 | - |
| YUV | 193.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 246 | 0.25 | 0.24 | 0 | 0.04 | 238.03 | 0.77 | 0.85 |
| Hex | B9 | BB | F6 | 19 | 18 | 0 | 4 | EE | 4D | 55 |
| Octal | 271 | 273 | 366 | 31 | 30 | 0 | 4 | 356 | 115 | 125 |
| Binary | 10111001 | 10111011 | 11110110 | 11001 | 11000 | 0 | 100 | 11101110 | 1001101 | 1010101 |
Color Harmonies of #B9BBF6
Complementary color
Monochromatic Colors of #B9BBF6
Black with #B9BBF6
Text Example
Text Example
White with #B9BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBF6; }
p { color: rgb(185,187,246); }
H1.HeaderClassName
{
color: #B9BBF6;
}
.AnyTagClassName
{
color: #B9BBF6;
}
</style>
background-color css
<style>
a { background-color: #B9BBF6; }
a { background-color: rgb(185,187,246); }
div.DivClassName
{
background-color: #B9BBF6;
}
.BgClassName
{
background-color: #B9BBF6;
}
</style>
border-color css
<style>
span { border-color: #B9BBF6; }
span { border-color: rgb(185,187,246); }
td.TdClassName
{
border-color: #B9BBF6;
}
.TagClassName
{
border-color: #B9BBF6;
}
</style>