Shades of Perano #B1B9DD
Tints of Perano #B1B9DD
RGB
CMYK
RGB Variations
Color information
#B1B9DD (or 0xB1B9DD) is known color: Perano. HEX triplet: B1, B9 and DD. RGB value is (177,185,221). Sum of RGB (Red+Green+Blue) = 177+185+221=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B9DD is #4E4622. Grayscale: #BABABA. Windows color (decimal): -5129763 or 14530993. OLE color: 14530993.
HSL color Cylindrical-coordinate representation of color #B1B9DD: hue angle of 229.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1B9DD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 185 | 221 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.13 |
| HSL | 229.09º | 0.39% | 0.78% | - |
| HSV(B) | 229.09º | 0.2% | 0.87% | - |
| XYZ | 48.53 | 49.27 | 75.36 | - |
| YUV | 186.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 221 | 0.20 | 0.16 | 0 | 0.13 | 229.09 | 0.39 | 0.78 |
| Hex | B1 | B9 | DD | 14 | 10 | 0 | D | E5 | 27 | 4E |
| Octal | 261 | 271 | 335 | 24 | 20 | 0 | 15 | 345 | 47 | 116 |
| Binary | 10110001 | 10111001 | 11011101 | 10100 | 10000 | 0 | 1101 | 11100101 | 100111 | 1001110 |
Color Harmonies of #B1B9DD
Complementary color
Monochromatic Colors of #B1B9DD
Black with #B1B9DD
Text Example
Text Example
White with #B1B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B9DD; }
p { color: rgb(177,185,221); }
H1.HeaderClassName
{
color: #B1B9DD;
}
.AnyTagClassName
{
color: #B1B9DD;
}
</style>
background-color css
<style>
a { background-color: #B1B9DD; }
a { background-color: rgb(177,185,221); }
div.DivClassName
{
background-color: #B1B9DD;
}
.BgClassName
{
background-color: #B1B9DD;
}
</style>
border-color css
<style>
span { border-color: #B1B9DD; }
span { border-color: rgb(177,185,221); }
td.TdClassName
{
border-color: #B1B9DD;
}
.TagClassName
{
border-color: #B1B9DD;
}
</style>