Shades of Perano #B4BCDF
Tints of Perano #B4BCDF
RGB
CMYK
RGB Variations
Color information
#B4BCDF (or 0xB4BCDF) is known color: Perano. HEX triplet: B4, BC and DF. RGB value is (180,188,223). Sum of RGB (Red+Green+Blue) = 180+188+223=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCDF is #4B4320. Grayscale: #BDBDBD. Windows color (decimal): -4932385 or 14662836. OLE color: 14662836.
HSL color Cylindrical-coordinate representation of color #B4BCDF: hue angle of 228.84º 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 #B4BCDF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 188 | 223 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.13 |
| HSL | 228.84º | 0.4% | 0.79% | - |
| HSV(B) | 228.84º | 0.19% | 0.87% | - |
| XYZ | 50.12 | 51 | 77.01 | - |
| YUV | 189.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 223 | 0.19 | 0.16 | 0 | 0.13 | 228.84 | 0.4 | 0.79 |
| Hex | B4 | BC | DF | 13 | 10 | 0 | D | E5 | 28 | 4F |
| Octal | 264 | 274 | 337 | 23 | 20 | 0 | 15 | 345 | 50 | 117 |
| Binary | 10110100 | 10111100 | 11011111 | 10011 | 10000 | 0 | 1101 | 11100101 | 101000 | 1001111 |
Color Harmonies of #B4BCDF
Complementary color
Monochromatic Colors of #B4BCDF
Black with #B4BCDF
Text Example
Text Example
White with #B4BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCDF; }
p { color: rgb(180,188,223); }
H1.HeaderClassName
{
color: #B4BCDF;
}
.AnyTagClassName
{
color: #B4BCDF;
}
</style>
background-color css
<style>
a { background-color: #B4BCDF; }
a { background-color: rgb(180,188,223); }
div.DivClassName
{
background-color: #B4BCDF;
}
.BgClassName
{
background-color: #B4BCDF;
}
</style>
border-color css
<style>
span { border-color: #B4BCDF; }
span { border-color: rgb(180,188,223); }
td.TdClassName
{
border-color: #B4BCDF;
}
.TagClassName
{
border-color: #B4BCDF;
}
</style>