Shades of Perano #B6BBF2
Tints of Perano #B6BBF2
RGB
CMYK
RGB Variations
Color information
#B6BBF2 (or 0xB6BBF2) is known color: Perano. HEX triplet: B6, BB and F2. RGB value is (182,187,242). Sum of RGB (Red+Green+Blue) = 182+187+242=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BBF2 is #49440D. Grayscale: #BFBFBF. Windows color (decimal): -4801550 or 15907766. OLE color: 15907766.
HSL color Cylindrical-coordinate representation of color #B6BBF2: hue angle of 235º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6BBF2 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 187 | 242 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.05 |
| HSL | 235º | 0.7% | 0.83% | - |
| HSV(B) | 235º | 0.25% | 0.95% | - |
| XYZ | 53.09 | 51.9 | 91.22 | - |
| YUV | 191.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 187 | 242 | 0.25 | 0.23 | 0 | 0.05 | 235 | 0.7 | 0.83 |
| Hex | B6 | BB | F2 | 19 | 17 | 0 | 5 | EB | 46 | 53 |
| Octal | 266 | 273 | 362 | 31 | 27 | 0 | 5 | 353 | 106 | 123 |
| Binary | 10110110 | 10111011 | 11110010 | 11001 | 10111 | 0 | 101 | 11101011 | 1000110 | 1010011 |
Color Harmonies of #B6BBF2
Complementary color
Monochromatic Colors of #B6BBF2
Black with #B6BBF2
Text Example
Text Example
White with #B6BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BBF2; }
p { color: rgb(182,187,242); }
H1.HeaderClassName
{
color: #B6BBF2;
}
.AnyTagClassName
{
color: #B6BBF2;
}
</style>
background-color css
<style>
a { background-color: #B6BBF2; }
a { background-color: rgb(182,187,242); }
div.DivClassName
{
background-color: #B6BBF2;
}
.BgClassName
{
background-color: #B6BBF2;
}
</style>
border-color css
<style>
span { border-color: #B6BBF2; }
span { border-color: rgb(182,187,242); }
td.TdClassName
{
border-color: #B6BBF2;
}
.TagClassName
{
border-color: #B6BBF2;
}
</style>