Shades of Perano #B3BCDF
Tints of Perano #B3BCDF
RGB
CMYK
RGB Variations
Color information
#B3BCDF (or 0xB3BCDF) is known color: Perano. HEX triplet: B3, BC and DF. RGB value is (179,188,223). Sum of RGB (Red+Green+Blue) = 179+188+223=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCDF is #4C4320. Grayscale: #BDBDBD. Windows color (decimal): -4997921 or 14662835. OLE color: 14662835.
HSL color Cylindrical-coordinate representation of color #B3BCDF: hue angle of 227.73º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3BCDF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 188 | 223 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.13 |
| HSL | 227.73º | 0.41% | 0.79% | - |
| HSV(B) | 227.73º | 0.2% | 0.87% | - |
| XYZ | 49.89 | 50.88 | 77 | - |
| YUV | 189.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 223 | 0.20 | 0.16 | 0 | 0.13 | 227.73 | 0.41 | 0.79 |
| Hex | B3 | BC | DF | 14 | 10 | 0 | D | E4 | 29 | 4F |
| Octal | 263 | 274 | 337 | 24 | 20 | 0 | 15 | 344 | 51 | 117 |
| Binary | 10110011 | 10111100 | 11011111 | 10100 | 10000 | 0 | 1101 | 11100100 | 101001 | 1001111 |
Color Harmonies of #B3BCDF
Complementary color
Monochromatic Colors of #B3BCDF
Black with #B3BCDF
Text Example
Text Example
White with #B3BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCDF; }
p { color: rgb(179,188,223); }
H1.HeaderClassName
{
color: #B3BCDF;
}
.AnyTagClassName
{
color: #B3BCDF;
}
</style>
background-color css
<style>
a { background-color: #B3BCDF; }
a { background-color: rgb(179,188,223); }
div.DivClassName
{
background-color: #B3BCDF;
}
.BgClassName
{
background-color: #B3BCDF;
}
</style>
border-color css
<style>
span { border-color: #B3BCDF; }
span { border-color: rgb(179,188,223); }
td.TdClassName
{
border-color: #B3BCDF;
}
.TagClassName
{
border-color: #B3BCDF;
}
</style>