Shades of Perano #B6BBF1
Tints of Perano #B6BBF1
RGB
CMYK
RGB Variations
Color information
#B6BBF1 (or 0xB6BBF1) is known color: Perano. HEX triplet: B6, BB and F1. RGB value is (182,187,241). Sum of RGB (Red+Green+Blue) = 182+187+241=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #B6BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BBF1 is #49440E. Grayscale: #BFBFBF. Windows color (decimal): -4801551 or 15842230. OLE color: 15842230.
HSL color Cylindrical-coordinate representation of color #B6BBF1: hue angle of 234.92º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6BBF1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 187 | 241 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.05 |
| HSL | 234.92º | 0.68% | 0.83% | - |
| HSV(B) | 234.92º | 0.24% | 0.95% | - |
| XYZ | 52.94 | 51.84 | 90.43 | - |
| YUV | 191.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 187 | 241 | 0.24 | 0.22 | 0 | 0.05 | 234.92 | 0.68 | 0.83 |
| Hex | B6 | BB | F1 | 18 | 16 | 0 | 5 | EB | 44 | 53 |
| Octal | 266 | 273 | 361 | 30 | 26 | 0 | 5 | 353 | 104 | 123 |
| Binary | 10110110 | 10111011 | 11110001 | 11000 | 10110 | 0 | 101 | 11101011 | 1000100 | 1010011 |
Color Harmonies of #B6BBF1
Complementary color
Monochromatic Colors of #B6BBF1
Black with #B6BBF1
Text Example
Text Example
White with #B6BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BBF1; }
p { color: rgb(182,187,241); }
H1.HeaderClassName
{
color: #B6BBF1;
}
.AnyTagClassName
{
color: #B6BBF1;
}
</style>
background-color css
<style>
a { background-color: #B6BBF1; }
a { background-color: rgb(182,187,241); }
div.DivClassName
{
background-color: #B6BBF1;
}
.BgClassName
{
background-color: #B6BBF1;
}
</style>
border-color css
<style>
span { border-color: #B6BBF1; }
span { border-color: rgb(182,187,241); }
td.TdClassName
{
border-color: #B6BBF1;
}
.TagClassName
{
border-color: #B6BBF1;
}
</style>