Shades of Perano #B1B7DA
Tints of Perano #B1B7DA
RGB
CMYK
RGB Variations
Color information
#B1B7DA (or 0xB1B7DA) is known color: Perano. HEX triplet: B1, B7 and DA. RGB value is (177,183,218). Sum of RGB (Red+Green+Blue) = 177+183+218=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1B7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B7DA is #4E4825. Grayscale: #B9B9B9. Windows color (decimal): -5130278 or 14333873. OLE color: 14333873.
HSL color Cylindrical-coordinate representation of color #B1B7DA: hue angle of 231.22º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1B7DA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 183 | 218 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.15 |
| HSL | 231.22º | 0.36% | 0.77% | - |
| HSV(B) | 231.22º | 0.19% | 0.85% | - |
| XYZ | 47.72 | 48.28 | 73.13 | - |
| YUV | 185.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 218 | 0.19 | 0.16 | 0 | 0.15 | 231.22 | 0.36 | 0.77 |
| Hex | B1 | B7 | DA | 13 | 10 | 0 | F | E7 | 24 | 4D |
| Octal | 261 | 267 | 332 | 23 | 20 | 0 | 17 | 347 | 44 | 115 |
| Binary | 10110001 | 10110111 | 11011010 | 10011 | 10000 | 0 | 1111 | 11100111 | 100100 | 1001101 |
Color Harmonies of #B1B7DA
Complementary color
Monochromatic Colors of #B1B7DA
Black with #B1B7DA
Text Example
Text Example
White with #B1B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B7DA; }
p { color: rgb(177,183,218); }
H1.HeaderClassName
{
color: #B1B7DA;
}
.AnyTagClassName
{
color: #B1B7DA;
}
</style>
background-color css
<style>
a { background-color: #B1B7DA; }
a { background-color: rgb(177,183,218); }
div.DivClassName
{
background-color: #B1B7DA;
}
.BgClassName
{
background-color: #B1B7DA;
}
</style>
border-color css
<style>
span { border-color: #B1B7DA; }
span { border-color: rgb(177,183,218); }
td.TdClassName
{
border-color: #B1B7DA;
}
.TagClassName
{
border-color: #B1B7DA;
}
</style>