Shades of Perano #B7BFF9
Tints of Perano #B7BFF9
RGB
CMYK
RGB Variations
Color information
#B7BFF9 (or 0xB7BFF9) is known color: Perano. HEX triplet: B7, BF and F9. RGB value is (183,191,249). Sum of RGB (Red+Green+Blue) = 183+191+249=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BFF9 is #484006. Grayscale: #C2C2C2. Windows color (decimal): -4734983 or 16367543. OLE color: 16367543.
HSL color Cylindrical-coordinate representation of color #B7BFF9: hue angle of 232.73º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7BFF9 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 191 | 249 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.02 |
| HSL | 232.73º | 0.85% | 0.85% | - |
| HSV(B) | 232.73º | 0.27% | 0.98% | - |
| XYZ | 55.26 | 54.17 | 97.17 | - |
| YUV | 195.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 249 | 0.27 | 0.23 | 0 | 0.02 | 232.73 | 0.85 | 0.85 |
| Hex | B7 | BF | F9 | 1B | 17 | 0 | 2 | E9 | 55 | 55 |
| Octal | 267 | 277 | 371 | 33 | 27 | 0 | 2 | 351 | 125 | 125 |
| Binary | 10110111 | 10111111 | 11111001 | 11011 | 10111 | 0 | 10 | 11101001 | 1010101 | 1010101 |
Color Harmonies of #B7BFF9
Complementary color
Monochromatic Colors of #B7BFF9
Black with #B7BFF9
Text Example
Text Example
White with #B7BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFF9; }
p { color: rgb(183,191,249); }
H1.HeaderClassName
{
color: #B7BFF9;
}
.AnyTagClassName
{
color: #B7BFF9;
}
</style>
background-color css
<style>
a { background-color: #B7BFF9; }
a { background-color: rgb(183,191,249); }
div.DivClassName
{
background-color: #B7BFF9;
}
.BgClassName
{
background-color: #B7BFF9;
}
</style>
border-color css
<style>
span { border-color: #B7BFF9; }
span { border-color: rgb(183,191,249); }
td.TdClassName
{
border-color: #B7BFF9;
}
.TagClassName
{
border-color: #B7BFF9;
}
</style>