Shades of Perano #B6BCF6
Tints of Perano #B6BCF6
RGB
CMYK
RGB Variations
Color information
#B6BCF6 (or 0xB6BCF6) is known color: Perano. HEX triplet: B6, BC and F6. RGB value is (182,188,246). Sum of RGB (Red+Green+Blue) = 182+188+246=616 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.55% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #B6BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCF6 is #494309. Grayscale: #C0C0C0. Windows color (decimal): -4801290 or 16170166. OLE color: 16170166.
HSL color Cylindrical-coordinate representation of color #B6BCF6: hue angle of 234.38º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6BCF6 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 188 | 246 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.04 |
| HSL | 234.38º | 0.78% | 0.84% | - |
| HSV(B) | 234.38º | 0.26% | 0.96% | - |
| XYZ | 53.91 | 52.57 | 94.49 | - |
| YUV | 192.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 246 | 0.26 | 0.24 | 0 | 0.04 | 234.38 | 0.78 | 0.84 |
| Hex | B6 | BC | F6 | 1A | 18 | 0 | 4 | EA | 4E | 54 |
| Octal | 266 | 274 | 366 | 32 | 30 | 0 | 4 | 352 | 116 | 124 |
| Binary | 10110110 | 10111100 | 11110110 | 11010 | 11000 | 0 | 100 | 11101010 | 1001110 | 1010100 |
Color Harmonies of #B6BCF6
Complementary color
Monochromatic Colors of #B6BCF6
Black with #B6BCF6
Text Example
Text Example
White with #B6BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCF6; }
p { color: rgb(182,188,246); }
H1.HeaderClassName
{
color: #B6BCF6;
}
.AnyTagClassName
{
color: #B6BCF6;
}
</style>
background-color css
<style>
a { background-color: #B6BCF6; }
a { background-color: rgb(182,188,246); }
div.DivClassName
{
background-color: #B6BCF6;
}
.BgClassName
{
background-color: #B6BCF6;
}
</style>
border-color css
<style>
span { border-color: #B6BCF6; }
span { border-color: rgb(182,188,246); }
td.TdClassName
{
border-color: #B6BCF6;
}
.TagClassName
{
border-color: #B6BCF6;
}
</style>