Shades of Perano #B3B8DD
Tints of Perano #B3B8DD
RGB
CMYK
RGB Variations
Color information
#B3B8DD (or 0xB3B8DD) is known color: Perano. HEX triplet: B3, B8 and DD. RGB value is (179,184,221). Sum of RGB (Red+Green+Blue) = 179+184+221=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B8DD is #4C4722. Grayscale: #BABABA. Windows color (decimal): -4998947 or 14530739. OLE color: 14530739.
HSL color Cylindrical-coordinate representation of color #B3B8DD: hue angle of 232.86º 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 #B3B8DD is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 184 | 221 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.13 |
| HSL | 232.86º | 0.38% | 0.78% | - |
| HSV(B) | 232.86º | 0.19% | 0.87% | - |
| XYZ | 48.78 | 49.09 | 75.31 | - |
| YUV | 186.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 184 | 221 | 0.19 | 0.17 | 0 | 0.13 | 232.86 | 0.38 | 0.78 |
| Hex | B3 | B8 | DD | 13 | 11 | 0 | D | E9 | 26 | 4E |
| Octal | 263 | 270 | 335 | 23 | 21 | 0 | 15 | 351 | 46 | 116 |
| Binary | 10110011 | 10111000 | 11011101 | 10011 | 10001 | 0 | 1101 | 11101001 | 100110 | 1001110 |
Color Harmonies of #B3B8DD
Complementary color
Monochromatic Colors of #B3B8DD
Black with #B3B8DD
Text Example
Text Example
White with #B3B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B8DD; }
p { color: rgb(179,184,221); }
H1.HeaderClassName
{
color: #B3B8DD;
}
.AnyTagClassName
{
color: #B3B8DD;
}
</style>
background-color css
<style>
a { background-color: #B3B8DD; }
a { background-color: rgb(179,184,221); }
div.DivClassName
{
background-color: #B3B8DD;
}
.BgClassName
{
background-color: #B3B8DD;
}
</style>
border-color css
<style>
span { border-color: #B3B8DD; }
span { border-color: rgb(179,184,221); }
td.TdClassName
{
border-color: #B3B8DD;
}
.TagClassName
{
border-color: #B3B8DD;
}
</style>