Shades of Perano #B6BCFF
Tints of Perano #B6BCFF
RGB
CMYK
RGB Variations
Color information
#B6BCFF (or 0xB6BCFF) is known color: Perano. HEX triplet: B6, BC and FF. RGB value is (182,188,255). Sum of RGB (Red+Green+Blue) = 182+188+255=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCFF is #494300. Grayscale: #C1C1C1. Windows color (decimal): -4801281 or 16759990. OLE color: 16759990.
HSL color Cylindrical-coordinate representation of color #B6BCFF: hue angle of 235.07º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6BCFF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 188 | 255 | - |
| CMYK | 0.29 | 0.26 | 0 | 0 |
| HSL | 235.07º | 1% | 0.86% | - |
| HSV(B) | 235.07º | 0.29% | 1% | - |
| XYZ | 55.32 | 53.13 | 101.95 | - |
| YUV | 193.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 255 | 0.29 | 0.26 | 0 | 0 | 235.07 | 1 | 0.86 |
| Hex | B6 | BC | FF | 1D | 1A | 0 | 0 | EB | 64 | 56 |
| Octal | 266 | 274 | 377 | 35 | 32 | 0 | 0 | 353 | 144 | 126 |
| Binary | 10110110 | 10111100 | 11111111 | 11101 | 11010 | 0 | 0 | 11101011 | 1100100 | 1010110 |
Color Harmonies of #B6BCFF
Complementary color
Monochromatic Colors of #B6BCFF
Black with #B6BCFF
Text Example
Text Example
White with #B6BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCFF; }
p { color: rgb(182,188,255); }
H1.HeaderClassName
{
color: #B6BCFF;
}
.AnyTagClassName
{
color: #B6BCFF;
}
</style>
background-color css
<style>
a { background-color: #B6BCFF; }
a { background-color: rgb(182,188,255); }
div.DivClassName
{
background-color: #B6BCFF;
}
.BgClassName
{
background-color: #B6BCFF;
}
</style>
border-color css
<style>
span { border-color: #B6BCFF; }
span { border-color: rgb(182,188,255); }
td.TdClassName
{
border-color: #B6BCFF;
}
.TagClassName
{
border-color: #B6BCFF;
}
</style>