Shades of Perano #B3BDDD
Tints of Perano #B3BDDD
RGB
CMYK
RGB Variations
Color information
#B3BDDD (or 0xB3BDDD) is known color: Perano. HEX triplet: B3, BD and DD. RGB value is (179,189,221). Sum of RGB (Red+Green+Blue) = 179+189+221=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDDD is #4C4222. Grayscale: #BDBDBD. Windows color (decimal): -4997667 or 14532019. OLE color: 14532019.
HSL color Cylindrical-coordinate representation of color #B3BDDD: hue angle of 225.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3BDDD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 189 | 221 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.13 |
| HSL | 225.71º | 0.38% | 0.78% | - |
| HSV(B) | 225.71º | 0.19% | 0.87% | - |
| XYZ | 49.84 | 51.2 | 75.66 | - |
| YUV | 189.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 221 | 0.19 | 0.14 | 0 | 0.13 | 225.71 | 0.38 | 0.78 |
| Hex | B3 | BD | DD | 13 | E | 0 | D | E2 | 26 | 4E |
| Octal | 263 | 275 | 335 | 23 | 16 | 0 | 15 | 342 | 46 | 116 |
| Binary | 10110011 | 10111101 | 11011101 | 10011 | 1110 | 0 | 1101 | 11100010 | 100110 | 1001110 |
Color Harmonies of #B3BDDD
Complementary color
Monochromatic Colors of #B3BDDD
Black with #B3BDDD
Text Example
Text Example
White with #B3BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDDD; }
p { color: rgb(179,189,221); }
H1.HeaderClassName
{
color: #B3BDDD;
}
.AnyTagClassName
{
color: #B3BDDD;
}
</style>
background-color css
<style>
a { background-color: #B3BDDD; }
a { background-color: rgb(179,189,221); }
div.DivClassName
{
background-color: #B3BDDD;
}
.BgClassName
{
background-color: #B3BDDD;
}
</style>
border-color css
<style>
span { border-color: #B3BDDD; }
span { border-color: rgb(179,189,221); }
td.TdClassName
{
border-color: #B3BDDD;
}
.TagClassName
{
border-color: #B3BDDD;
}
</style>