Shades of Perano #B3BDE4
Tints of Perano #B3BDE4
RGB
CMYK
RGB Variations
Color information
#B3BDE4 (or 0xB3BDE4) is known color: Perano. HEX triplet: B3, BD and E4. RGB value is (179,189,228). Sum of RGB (Red+Green+Blue) = 179+189+228=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #B3BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDE4 is #4C421B. Grayscale: #BEBEBE. Windows color (decimal): -4997660 or 14990771. OLE color: 14990771.
HSL color Cylindrical-coordinate representation of color #B3BDE4: hue angle of 227.76º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3BDE4 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 189 | 228 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.11 |
| HSL | 227.76º | 0.48% | 0.8% | - |
| HSV(B) | 227.76º | 0.21% | 0.89% | - |
| XYZ | 50.79 | 51.58 | 80.68 | - |
| YUV | 190.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 228 | 0.21 | 0.17 | 0 | 0.11 | 227.76 | 0.48 | 0.8 |
| Hex | B3 | BD | E4 | 15 | 11 | 0 | B | E4 | 30 | 50 |
| Octal | 263 | 275 | 344 | 25 | 21 | 0 | 13 | 344 | 60 | 120 |
| Binary | 10110011 | 10111101 | 11100100 | 10101 | 10001 | 0 | 1011 | 11100100 | 110000 | 1010000 |
Color Harmonies of #B3BDE4
Complementary color
Monochromatic Colors of #B3BDE4
Black with #B3BDE4
Text Example
Text Example
White with #B3BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDE4; }
p { color: rgb(179,189,228); }
H1.HeaderClassName
{
color: #B3BDE4;
}
.AnyTagClassName
{
color: #B3BDE4;
}
</style>
background-color css
<style>
a { background-color: #B3BDE4; }
a { background-color: rgb(179,189,228); }
div.DivClassName
{
background-color: #B3BDE4;
}
.BgClassName
{
background-color: #B3BDE4;
}
</style>
border-color css
<style>
span { border-color: #B3BDE4; }
span { border-color: rgb(179,189,228); }
td.TdClassName
{
border-color: #B3BDE4;
}
.TagClassName
{
border-color: #B3BDE4;
}
</style>