Shades of Perano #B7BBF3
Tints of Perano #B7BBF3
RGB
CMYK
RGB Variations
Color information
#B7BBF3 (or 0xB7BBF3) is known color: Perano. HEX triplet: B7, BB and F3. RGB value is (183,187,243). Sum of RGB (Red+Green+Blue) = 183+187+243=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BBF3 is #48440C. Grayscale: #BFBFBF. Windows color (decimal): -4736013 or 15973303. OLE color: 15973303.
HSL color Cylindrical-coordinate representation of color #B7BBF3: hue angle of 236º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7BBF3 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 187 | 243 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.05 |
| HSL | 236º | 0.71% | 0.84% | - |
| HSV(B) | 236º | 0.25% | 0.95% | - |
| XYZ | 53.48 | 52.08 | 92.03 | - |
| YUV | 192.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 243 | 0.25 | 0.23 | 0 | 0.05 | 236 | 0.71 | 0.84 |
| Hex | B7 | BB | F3 | 19 | 17 | 0 | 5 | EC | 47 | 54 |
| Octal | 267 | 273 | 363 | 31 | 27 | 0 | 5 | 354 | 107 | 124 |
| Binary | 10110111 | 10111011 | 11110011 | 11001 | 10111 | 0 | 101 | 11101100 | 1000111 | 1010100 |
Color Harmonies of #B7BBF3
Complementary color
Monochromatic Colors of #B7BBF3
Black with #B7BBF3
Text Example
Text Example
White with #B7BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBF3; }
p { color: rgb(183,187,243); }
H1.HeaderClassName
{
color: #B7BBF3;
}
.AnyTagClassName
{
color: #B7BBF3;
}
</style>
background-color css
<style>
a { background-color: #B7BBF3; }
a { background-color: rgb(183,187,243); }
div.DivClassName
{
background-color: #B7BBF3;
}
.BgClassName
{
background-color: #B7BBF3;
}
</style>
border-color css
<style>
span { border-color: #B7BBF3; }
span { border-color: rgb(183,187,243); }
td.TdClassName
{
border-color: #B7BBF3;
}
.TagClassName
{
border-color: #B7BBF3;
}
</style>