Shades of Perano #B6BAFE
Tints of Perano #B6BAFE
RGB
CMYK
RGB Variations
Color information
#B6BAFE (or 0xB6BAFE) is known color: Perano. HEX triplet: B6, BA and FE. RGB value is (182,186,254). Sum of RGB (Red+Green+Blue) = 182+186+254=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BAFE is #494501. Grayscale: #C0C0C0. Windows color (decimal): -4801794 or 16693942. OLE color: 16693942.
HSL color Cylindrical-coordinate representation of color #B6BAFE: hue angle of 236.67º 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 #B6BAFE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 186 | 254 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.00 |
| HSL | 236.67º | 0.97% | 0.85% | - |
| HSV(B) | 236.67º | 0.28% | 1% | - |
| XYZ | 54.74 | 52.22 | 100.96 | - |
| YUV | 192.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 254 | 0.28 | 0.27 | 0 | 0.00 | 236.67 | 0.97 | 0.85 |
| Hex | B6 | BA | FE | 1C | 1B | 0 | 0 | ED | 61 | 55 |
| Octal | 266 | 272 | 376 | 34 | 33 | 0 | 0 | 355 | 141 | 125 |
| Binary | 10110110 | 10111010 | 11111110 | 11100 | 11011 | 0 | 0 | 11101101 | 1100001 | 1010101 |
Color Harmonies of #B6BAFE
Complementary color
Monochromatic Colors of #B6BAFE
Black with #B6BAFE
Text Example
Text Example
White with #B6BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BAFE; }
p { color: rgb(182,186,254); }
H1.HeaderClassName
{
color: #B6BAFE;
}
.AnyTagClassName
{
color: #B6BAFE;
}
</style>
background-color css
<style>
a { background-color: #B6BAFE; }
a { background-color: rgb(182,186,254); }
div.DivClassName
{
background-color: #B6BAFE;
}
.BgClassName
{
background-color: #B6BAFE;
}
</style>
border-color css
<style>
span { border-color: #B6BAFE; }
span { border-color: rgb(182,186,254); }
td.TdClassName
{
border-color: #B6BAFE;
}
.TagClassName
{
border-color: #B6BAFE;
}
</style>