Shades of Perano #B9BBF3
Tints of Perano #B9BBF3
RGB
CMYK
RGB Variations
Color information
#B9BBF3 (or 0xB9BBF3) is known color: Perano. HEX triplet: B9, BB and F3. RGB value is (185,187,243). Sum of RGB (Red+Green+Blue) = 185+187+243=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBF3 is #46440C. Grayscale: #C0C0C0. Windows color (decimal): -4604941 or 15973305. OLE color: 15973305.
HSL color Cylindrical-coordinate representation of color #B9BBF3: hue angle of 237.93º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9BBF3 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 187 | 243 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.05 |
| HSL | 237.93º | 0.71% | 0.84% | - |
| HSV(B) | 237.93º | 0.24% | 0.95% | - |
| XYZ | 53.96 | 52.33 | 92.05 | - |
| YUV | 192.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 243 | 0.24 | 0.23 | 0 | 0.05 | 237.93 | 0.71 | 0.84 |
| Hex | B9 | BB | F3 | 18 | 17 | 0 | 5 | EE | 47 | 54 |
| Octal | 271 | 273 | 363 | 30 | 27 | 0 | 5 | 356 | 107 | 124 |
| Binary | 10111001 | 10111011 | 11110011 | 11000 | 10111 | 0 | 101 | 11101110 | 1000111 | 1010100 |
Color Harmonies of #B9BBF3
Complementary color
Monochromatic Colors of #B9BBF3
Black with #B9BBF3
Text Example
Text Example
White with #B9BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBF3; }
p { color: rgb(185,187,243); }
H1.HeaderClassName
{
color: #B9BBF3;
}
.AnyTagClassName
{
color: #B9BBF3;
}
</style>
background-color css
<style>
a { background-color: #B9BBF3; }
a { background-color: rgb(185,187,243); }
div.DivClassName
{
background-color: #B9BBF3;
}
.BgClassName
{
background-color: #B9BBF3;
}
</style>
border-color css
<style>
span { border-color: #B9BBF3; }
span { border-color: rgb(185,187,243); }
td.TdClassName
{
border-color: #B9BBF3;
}
.TagClassName
{
border-color: #B9BBF3;
}
</style>