Shades of Perano #B3B9EC
Tints of Perano #B3B9EC
RGB
CMYK
RGB Variations
Color information
#B3B9EC (or 0xB3B9EC) is known color: Perano. HEX triplet: B3, B9 and EC. RGB value is (179,185,236). Sum of RGB (Red+Green+Blue) = 179+185+236=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B9EC is #4C4613. Grayscale: #BCBCBC. Windows color (decimal): -4998676 or 15514035. OLE color: 15514035.
HSL color Cylindrical-coordinate representation of color #B3B9EC: hue angle of 233.68º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3B9EC is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 185 | 236 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.07 |
| HSL | 233.68º | 0.6% | 0.81% | - |
| HSV(B) | 233.68º | 0.24% | 0.93% | - |
| XYZ | 51.08 | 50.34 | 86.38 | - |
| YUV | 189.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 236 | 0.24 | 0.22 | 0 | 0.07 | 233.68 | 0.6 | 0.81 |
| Hex | B3 | B9 | EC | 18 | 16 | 0 | 7 | EA | 3C | 51 |
| Octal | 263 | 271 | 354 | 30 | 26 | 0 | 7 | 352 | 74 | 121 |
| Binary | 10110011 | 10111001 | 11101100 | 11000 | 10110 | 0 | 111 | 11101010 | 111100 | 1010001 |
Color Harmonies of #B3B9EC
Complementary color
Monochromatic Colors of #B3B9EC
Black with #B3B9EC
Text Example
Text Example
White with #B3B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B9EC; }
p { color: rgb(179,185,236); }
H1.HeaderClassName
{
color: #B3B9EC;
}
.AnyTagClassName
{
color: #B3B9EC;
}
</style>
background-color css
<style>
a { background-color: #B3B9EC; }
a { background-color: rgb(179,185,236); }
div.DivClassName
{
background-color: #B3B9EC;
}
.BgClassName
{
background-color: #B3B9EC;
}
</style>
border-color css
<style>
span { border-color: #B3B9EC; }
span { border-color: rgb(179,185,236); }
td.TdClassName
{
border-color: #B3B9EC;
}
.TagClassName
{
border-color: #B3B9EC;
}
</style>