Shades of Perano #B0B9DD
Tints of Perano #B0B9DD
RGB
CMYK
RGB Variations
Color information
#B0B9DD (or 0xB0B9DD) is known color: Perano. HEX triplet: B0, B9 and DD. RGB value is (176,185,221). Sum of RGB (Red+Green+Blue) = 176+185+221=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B9DD is #4F4622. Grayscale: #BABABA. Windows color (decimal): -5195299 or 14530992. OLE color: 14530992.
HSL color Cylindrical-coordinate representation of color #B0B9DD: hue angle of 228º degrees, saturation: 0.4, 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 #B0B9DD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 185 | 221 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.13 |
| HSL | 228º | 0.4% | 0.78% | - |
| HSV(B) | 228º | 0.2% | 0.87% | - |
| XYZ | 48.3 | 49.15 | 75.35 | - |
| YUV | 186.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 221 | 0.20 | 0.16 | 0 | 0.13 | 228 | 0.4 | 0.78 |
| Hex | B0 | B9 | DD | 14 | 10 | 0 | D | E4 | 28 | 4E |
| Octal | 260 | 271 | 335 | 24 | 20 | 0 | 15 | 344 | 50 | 116 |
| Binary | 10110000 | 10111001 | 11011101 | 10100 | 10000 | 0 | 1101 | 11100100 | 101000 | 1001110 |
Color Harmonies of #B0B9DD
Complementary color
Monochromatic Colors of #B0B9DD
Black with #B0B9DD
Text Example
Text Example
White with #B0B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B9DD; }
p { color: rgb(176,185,221); }
H1.HeaderClassName
{
color: #B0B9DD;
}
.AnyTagClassName
{
color: #B0B9DD;
}
</style>
background-color css
<style>
a { background-color: #B0B9DD; }
a { background-color: rgb(176,185,221); }
div.DivClassName
{
background-color: #B0B9DD;
}
.BgClassName
{
background-color: #B0B9DD;
}
</style>
border-color css
<style>
span { border-color: #B0B9DD; }
span { border-color: rgb(176,185,221); }
td.TdClassName
{
border-color: #B0B9DD;
}
.TagClassName
{
border-color: #B0B9DD;
}
</style>