Shades of Perano #B3BAD5
Tints of Perano #B3BAD5
RGB
CMYK
RGB Variations
Color information
#B3BAD5 (or 0xB3BAD5) is known color: Perano. HEX triplet: B3, BA and D5. RGB value is (179,186,213). Sum of RGB (Red+Green+Blue) = 179+186+213=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAD5 is #4C452A. Grayscale: #BABABA. Windows color (decimal): -4998443 or 14006963. OLE color: 14006963.
HSL color Cylindrical-coordinate representation of color #B3BAD5: hue angle of 227.65º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3BAD5 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 186 | 213 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.16 |
| HSL | 227.65º | 0.29% | 0.77% | - |
| HSV(B) | 227.65º | 0.16% | 0.84% | - |
| XYZ | 48.16 | 49.51 | 69.97 | - |
| YUV | 186.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 213 | 0.16 | 0.13 | 0 | 0.16 | 227.65 | 0.29 | 0.77 |
| Hex | B3 | BA | D5 | 10 | D | 0 | 10 | E4 | 1D | 4D |
| Octal | 263 | 272 | 325 | 20 | 15 | 0 | 20 | 344 | 35 | 115 |
| Binary | 10110011 | 10111010 | 11010101 | 10000 | 1101 | 0 | 10000 | 11100100 | 11101 | 1001101 |
Color Harmonies of #B3BAD5
Complementary color
Monochromatic Colors of #B3BAD5
Black with #B3BAD5
Text Example
Text Example
White with #B3BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BAD5; }
p { color: rgb(179,186,213); }
H1.HeaderClassName
{
color: #B3BAD5;
}
.AnyTagClassName
{
color: #B3BAD5;
}
</style>
background-color css
<style>
a { background-color: #B3BAD5; }
a { background-color: rgb(179,186,213); }
div.DivClassName
{
background-color: #B3BAD5;
}
.BgClassName
{
background-color: #B3BAD5;
}
</style>
border-color css
<style>
span { border-color: #B3BAD5; }
span { border-color: rgb(179,186,213); }
td.TdClassName
{
border-color: #B3BAD5;
}
.TagClassName
{
border-color: #B3BAD5;
}
</style>