Shades of Perano #B7BFDF
Tints of Perano #B7BFDF
RGB
CMYK
RGB Variations
Color information
#B7BFDF (or 0xB7BFDF) is known color: Perano. HEX triplet: B7, BF and DF. RGB value is (183,191,223). Sum of RGB (Red+Green+Blue) = 183+191+223=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFDF is #484020. Grayscale: #C0C0C0. Windows color (decimal): -4735009 or 14663607. OLE color: 14663607.
HSL color Cylindrical-coordinate representation of color #B7BFDF: hue angle of 228º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BFDF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 191 | 223 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.13 |
| HSL | 228º | 0.38% | 0.8% | - |
| HSV(B) | 228º | 0.18% | 0.87% | - |
| XYZ | 51.48 | 52.66 | 77.26 | - |
| YUV | 192.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 223 | 0.18 | 0.14 | 0 | 0.13 | 228 | 0.38 | 0.8 |
| Hex | B7 | BF | DF | 12 | E | 0 | D | E4 | 26 | 50 |
| Octal | 267 | 277 | 337 | 22 | 16 | 0 | 15 | 344 | 46 | 120 |
| Binary | 10110111 | 10111111 | 11011111 | 10010 | 1110 | 0 | 1101 | 11100100 | 100110 | 1010000 |
Color Harmonies of #B7BFDF
Complementary color
Monochromatic Colors of #B7BFDF
Black with #B7BFDF
Text Example
Text Example
White with #B7BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFDF; }
p { color: rgb(183,191,223); }
H1.HeaderClassName
{
color: #B7BFDF;
}
.AnyTagClassName
{
color: #B7BFDF;
}
</style>
background-color css
<style>
a { background-color: #B7BFDF; }
a { background-color: rgb(183,191,223); }
div.DivClassName
{
background-color: #B7BFDF;
}
.BgClassName
{
background-color: #B7BFDF;
}
</style>
border-color css
<style>
span { border-color: #B7BFDF; }
span { border-color: rgb(183,191,223); }
td.TdClassName
{
border-color: #B7BFDF;
}
.TagClassName
{
border-color: #B7BFDF;
}
</style>