Shades of Perano #B2B9DD
Tints of Perano #B2B9DD
RGB
CMYK
RGB Variations
Color information
#B2B9DD (or 0xB2B9DD) is known color: Perano. HEX triplet: B2, B9 and DD. RGB value is (178,185,221). Sum of RGB (Red+Green+Blue) = 178+185+221=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 185 (72.66% from 255 or 31.68% 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 #B2B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9DD is #4D4622. Grayscale: #BABABA. Windows color (decimal): -5064227 or 14530994. OLE color: 14530994.
HSL color Cylindrical-coordinate representation of color #B2B9DD: hue angle of 230.23º degrees, saturation: 0.39, 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 #B2B9DD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 185 | 221 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.13 |
| HSL | 230.23º | 0.39% | 0.78% | - |
| HSV(B) | 230.23º | 0.19% | 0.87% | - |
| XYZ | 48.76 | 49.38 | 75.37 | - |
| YUV | 187.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 221 | 0.19 | 0.16 | 0 | 0.13 | 230.23 | 0.39 | 0.78 |
| Hex | B2 | B9 | DD | 13 | 10 | 0 | D | E6 | 27 | 4E |
| Octal | 262 | 271 | 335 | 23 | 20 | 0 | 15 | 346 | 47 | 116 |
| Binary | 10110010 | 10111001 | 11011101 | 10011 | 10000 | 0 | 1101 | 11100110 | 100111 | 1001110 |
Color Harmonies of #B2B9DD
Complementary color
Monochromatic Colors of #B2B9DD
Black with #B2B9DD
Text Example
Text Example
White with #B2B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9DD; }
p { color: rgb(178,185,221); }
H1.HeaderClassName
{
color: #B2B9DD;
}
.AnyTagClassName
{
color: #B2B9DD;
}
</style>
background-color css
<style>
a { background-color: #B2B9DD; }
a { background-color: rgb(178,185,221); }
div.DivClassName
{
background-color: #B2B9DD;
}
.BgClassName
{
background-color: #B2B9DD;
}
</style>
border-color css
<style>
span { border-color: #B2B9DD; }
span { border-color: rgb(178,185,221); }
td.TdClassName
{
border-color: #B2B9DD;
}
.TagClassName
{
border-color: #B2B9DD;
}
</style>