Shades of Perano #B6B9FE
Tints of Perano #B6B9FE
RGB
CMYK
RGB Variations
Color information
#B6B9FE (or 0xB6B9FE) is known color: Perano. HEX triplet: B6, B9 and FE. RGB value is (182,185,254). Sum of RGB (Red+Green+Blue) = 182+185+254=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B9FE is #494601. Grayscale: #BFBFBF. Windows color (decimal): -4802050 or 16693686. OLE color: 16693686.
HSL color Cylindrical-coordinate representation of color #B6B9FE: hue angle of 237.5º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6B9FE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 185 | 254 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.00 |
| HSL | 237.5º | 0.97% | 0.85% | - |
| HSV(B) | 237.5º | 0.28% | 1% | - |
| XYZ | 54.53 | 51.8 | 100.89 | - |
| YUV | 191.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 185 | 254 | 0.28 | 0.27 | 0 | 0.00 | 237.5 | 0.97 | 0.85 |
| Hex | B6 | B9 | FE | 1C | 1B | 0 | 0 | EE | 61 | 55 |
| Octal | 266 | 271 | 376 | 34 | 33 | 0 | 0 | 356 | 141 | 125 |
| Binary | 10110110 | 10111001 | 11111110 | 11100 | 11011 | 0 | 0 | 11101110 | 1100001 | 1010101 |
Color Harmonies of #B6B9FE
Complementary color
Monochromatic Colors of #B6B9FE
Black with #B6B9FE
Text Example
Text Example
White with #B6B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B9FE; }
p { color: rgb(182,185,254); }
H1.HeaderClassName
{
color: #B6B9FE;
}
.AnyTagClassName
{
color: #B6B9FE;
}
</style>
background-color css
<style>
a { background-color: #B6B9FE; }
a { background-color: rgb(182,185,254); }
div.DivClassName
{
background-color: #B6B9FE;
}
.BgClassName
{
background-color: #B6B9FE;
}
</style>
border-color css
<style>
span { border-color: #B6B9FE; }
span { border-color: rgb(182,185,254); }
td.TdClassName
{
border-color: #B6B9FE;
}
.TagClassName
{
border-color: #B6B9FE;
}
</style>