Shades of Perano #B7BFE2
Tints of Perano #B7BFE2
RGB
CMYK
RGB Variations
Color information
#B7BFE2 (or 0xB7BFE2) is known color: Perano. HEX triplet: B7, BF and E2. RGB value is (183,191,226). Sum of RGB (Red+Green+Blue) = 183+191+226=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #B7BFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFE2 is #48401D. Grayscale: #C0C0C0. Windows color (decimal): -4735006 or 14860215. OLE color: 14860215.
HSL color Cylindrical-coordinate representation of color #B7BFE2: hue angle of 228.84º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7BFE2 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 191 | 226 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.11 |
| HSL | 228.84º | 0.43% | 0.8% | - |
| HSV(B) | 228.84º | 0.19% | 0.89% | - |
| XYZ | 51.89 | 52.82 | 79.41 | - |
| YUV | 192.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 226 | 0.19 | 0.15 | 0 | 0.11 | 228.84 | 0.43 | 0.8 |
| Hex | B7 | BF | E2 | 13 | F | 0 | B | E5 | 2B | 50 |
| Octal | 267 | 277 | 342 | 23 | 17 | 0 | 13 | 345 | 53 | 120 |
| Binary | 10110111 | 10111111 | 11100010 | 10011 | 1111 | 0 | 1011 | 11100101 | 101011 | 1010000 |
Color Harmonies of #B7BFE2
Complementary color
Monochromatic Colors of #B7BFE2
Black with #B7BFE2
Text Example
Text Example
White with #B7BFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFE2; }
p { color: rgb(183,191,226); }
H1.HeaderClassName
{
color: #B7BFE2;
}
.AnyTagClassName
{
color: #B7BFE2;
}
</style>
background-color css
<style>
a { background-color: #B7BFE2; }
a { background-color: rgb(183,191,226); }
div.DivClassName
{
background-color: #B7BFE2;
}
.BgClassName
{
background-color: #B7BFE2;
}
</style>
border-color css
<style>
span { border-color: #B7BFE2; }
span { border-color: rgb(183,191,226); }
td.TdClassName
{
border-color: #B7BFE2;
}
.TagClassName
{
border-color: #B7BFE2;
}
</style>