Shades of Perano #B2BADA
Tints of Perano #B2BADA
RGB
CMYK
RGB Variations
Color information
#B2BADA (or 0xB2BADA) is known color: Perano. HEX triplet: B2, BA and DA. RGB value is (178,186,218). Sum of RGB (Red+Green+Blue) = 178+186+218=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BADA is #4D4525. Grayscale: #BBBBBB. Windows color (decimal): -5063974 or 14334642. OLE color: 14334642.
HSL color Cylindrical-coordinate representation of color #B2BADA: hue angle of 228º 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 #B2BADA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 186 | 218 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.15 |
| HSL | 228º | 0.35% | 0.78% | - |
| HSV(B) | 228º | 0.18% | 0.85% | - |
| XYZ | 48.57 | 49.64 | 73.35 | - |
| YUV | 187.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 218 | 0.18 | 0.15 | 0 | 0.15 | 228 | 0.35 | 0.78 |
| Hex | B2 | BA | DA | 12 | F | 0 | F | E4 | 23 | 4E |
| Octal | 262 | 272 | 332 | 22 | 17 | 0 | 17 | 344 | 43 | 116 |
| Binary | 10110010 | 10111010 | 11011010 | 10010 | 1111 | 0 | 1111 | 11100100 | 100011 | 1001110 |
Color Harmonies of #B2BADA
Complementary color
Monochromatic Colors of #B2BADA
Black with #B2BADA
Text Example
Text Example
White with #B2BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BADA; }
p { color: rgb(178,186,218); }
H1.HeaderClassName
{
color: #B2BADA;
}
.AnyTagClassName
{
color: #B2BADA;
}
</style>
background-color css
<style>
a { background-color: #B2BADA; }
a { background-color: rgb(178,186,218); }
div.DivClassName
{
background-color: #B2BADA;
}
.BgClassName
{
background-color: #B2BADA;
}
</style>
border-color css
<style>
span { border-color: #B2BADA; }
span { border-color: rgb(178,186,218); }
td.TdClassName
{
border-color: #B2BADA;
}
.TagClassName
{
border-color: #B2BADA;
}
</style>