Shades of Perano #B3BADA
Tints of Perano #B3BADA
RGB
CMYK
RGB Variations
Color information
#B3BADA (or 0xB3BADA) is known color: Perano. HEX triplet: B3, BA and DA. RGB value is (179,186,218). Sum of RGB (Red+Green+Blue) = 179+186+218=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BADA is #4C4525. Grayscale: #BBBBBB. Windows color (decimal): -4998438 or 14334643. OLE color: 14334643.
HSL color Cylindrical-coordinate representation of color #B3BADA: hue angle of 229.23º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BADA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 186 | 218 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.15 |
| HSL | 229.23º | 0.35% | 0.78% | - |
| HSV(B) | 229.23º | 0.18% | 0.85% | - |
| XYZ | 48.8 | 49.76 | 73.36 | - |
| YUV | 187.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 218 | 0.18 | 0.15 | 0 | 0.15 | 229.23 | 0.35 | 0.78 |
| Hex | B3 | BA | DA | 12 | F | 0 | F | E5 | 23 | 4E |
| Octal | 263 | 272 | 332 | 22 | 17 | 0 | 17 | 345 | 43 | 116 |
| Binary | 10110011 | 10111010 | 11011010 | 10010 | 1111 | 0 | 1111 | 11100101 | 100011 | 1001110 |
Color Harmonies of #B3BADA
Complementary color
Monochromatic Colors of #B3BADA
Black with #B3BADA
Text Example
Text Example
White with #B3BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BADA; }
p { color: rgb(179,186,218); }
H1.HeaderClassName
{
color: #B3BADA;
}
.AnyTagClassName
{
color: #B3BADA;
}
</style>
background-color css
<style>
a { background-color: #B3BADA; }
a { background-color: rgb(179,186,218); }
div.DivClassName
{
background-color: #B3BADA;
}
.BgClassName
{
background-color: #B3BADA;
}
</style>
border-color css
<style>
span { border-color: #B3BADA; }
span { border-color: rgb(179,186,218); }
td.TdClassName
{
border-color: #B3BADA;
}
.TagClassName
{
border-color: #B3BADA;
}
</style>