Shades of Perano #B4BADF
Tints of Perano #B4BADF
RGB
CMYK
RGB Variations
Color information
#B4BADF (or 0xB4BADF) is known color: Perano. HEX triplet: B4, BA and DF. RGB value is (180,186,223). Sum of RGB (Red+Green+Blue) = 180+186+223=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BADF is #4B4520. Grayscale: #BCBCBC. Windows color (decimal): -4932897 or 14662324. OLE color: 14662324.
HSL color Cylindrical-coordinate representation of color #B4BADF: hue angle of 231.63º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BADF is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 186 | 223 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.13 |
| HSL | 231.63º | 0.4% | 0.79% | - |
| HSV(B) | 231.63º | 0.19% | 0.87% | - |
| XYZ | 49.7 | 50.15 | 76.87 | - |
| YUV | 188.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 223 | 0.19 | 0.17 | 0 | 0.13 | 231.63 | 0.4 | 0.79 |
| Hex | B4 | BA | DF | 13 | 11 | 0 | D | E8 | 28 | 4F |
| Octal | 264 | 272 | 337 | 23 | 21 | 0 | 15 | 350 | 50 | 117 |
| Binary | 10110100 | 10111010 | 11011111 | 10011 | 10001 | 0 | 1101 | 11101000 | 101000 | 1001111 |
Color Harmonies of #B4BADF
Complementary color
Monochromatic Colors of #B4BADF
Black with #B4BADF
Text Example
Text Example
White with #B4BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BADF; }
p { color: rgb(180,186,223); }
H1.HeaderClassName
{
color: #B4BADF;
}
.AnyTagClassName
{
color: #B4BADF;
}
</style>
background-color css
<style>
a { background-color: #B4BADF; }
a { background-color: rgb(180,186,223); }
div.DivClassName
{
background-color: #B4BADF;
}
.BgClassName
{
background-color: #B4BADF;
}
</style>
border-color css
<style>
span { border-color: #B4BADF; }
span { border-color: rgb(180,186,223); }
td.TdClassName
{
border-color: #B4BADF;
}
.TagClassName
{
border-color: #B4BADF;
}
</style>