Shades of Perano #B7BFE0
Tints of Perano #B7BFE0
RGB
CMYK
RGB Variations
Color information
#B7BFE0 (or 0xB7BFE0) is known color: Perano. HEX triplet: B7, BF and E0. RGB value is (183,191,224). Sum of RGB (Red+Green+Blue) = 183+191+224=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #B7BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFE0 is #48401F. Grayscale: #C0C0C0. Windows color (decimal): -4735008 or 14729143. OLE color: 14729143.
HSL color Cylindrical-coordinate representation of color #B7BFE0: hue angle of 228.29º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BFE0 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 191 | 224 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.12 |
| HSL | 228.29º | 0.4% | 0.8% | - |
| HSV(B) | 228.29º | 0.18% | 0.88% | - |
| XYZ | 51.61 | 52.71 | 77.97 | - |
| YUV | 192.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 224 | 0.18 | 0.15 | 0 | 0.12 | 228.29 | 0.4 | 0.8 |
| Hex | B7 | BF | E0 | 12 | F | 0 | C | E4 | 28 | 50 |
| Octal | 267 | 277 | 340 | 22 | 17 | 0 | 14 | 344 | 50 | 120 |
| Binary | 10110111 | 10111111 | 11100000 | 10010 | 1111 | 0 | 1100 | 11100100 | 101000 | 1010000 |
Color Harmonies of #B7BFE0
Complementary color
Monochromatic Colors of #B7BFE0
Black with #B7BFE0
Text Example
Text Example
White with #B7BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFE0; }
p { color: rgb(183,191,224); }
H1.HeaderClassName
{
color: #B7BFE0;
}
.AnyTagClassName
{
color: #B7BFE0;
}
</style>
background-color css
<style>
a { background-color: #B7BFE0; }
a { background-color: rgb(183,191,224); }
div.DivClassName
{
background-color: #B7BFE0;
}
.BgClassName
{
background-color: #B7BFE0;
}
</style>
border-color css
<style>
span { border-color: #B7BFE0; }
span { border-color: rgb(183,191,224); }
td.TdClassName
{
border-color: #B7BFE0;
}
.TagClassName
{
border-color: #B7BFE0;
}
</style>