Shades of Perano #B7BBFC
Tints of Perano #B7BBFC
RGB
CMYK
RGB Variations
Color information
#B7BBFC (or 0xB7BBFC) is known color: Perano. HEX triplet: B7, BB and FC. RGB value is (183,187,252). Sum of RGB (Red+Green+Blue) = 183+187+252=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BBFC is #484403. Grayscale: #C0C0C0. Windows color (decimal): -4736004 or 16563127. OLE color: 16563127.
HSL color Cylindrical-coordinate representation of color #B7BBFC: hue angle of 236.52º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7BBFC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 187 | 252 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.01 |
| HSL | 236.52º | 0.92% | 0.85% | - |
| HSV(B) | 236.52º | 0.27% | 0.99% | - |
| XYZ | 54.87 | 52.64 | 99.36 | - |
| YUV | 193.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 252 | 0.27 | 0.26 | 0 | 0.01 | 236.52 | 0.92 | 0.85 |
| Hex | B7 | BB | FC | 1B | 1A | 0 | 1 | ED | 5C | 55 |
| Octal | 267 | 273 | 374 | 33 | 32 | 0 | 1 | 355 | 134 | 125 |
| Binary | 10110111 | 10111011 | 11111100 | 11011 | 11010 | 0 | 1 | 11101101 | 1011100 | 1010101 |
Color Harmonies of #B7BBFC
Complementary color
Monochromatic Colors of #B7BBFC
Black with #B7BBFC
Text Example
Text Example
White with #B7BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBFC; }
p { color: rgb(183,187,252); }
H1.HeaderClassName
{
color: #B7BBFC;
}
.AnyTagClassName
{
color: #B7BBFC;
}
</style>
background-color css
<style>
a { background-color: #B7BBFC; }
a { background-color: rgb(183,187,252); }
div.DivClassName
{
background-color: #B7BBFC;
}
.BgClassName
{
background-color: #B7BBFC;
}
</style>
border-color css
<style>
span { border-color: #B7BBFC; }
span { border-color: rgb(183,187,252); }
td.TdClassName
{
border-color: #B7BBFC;
}
.TagClassName
{
border-color: #B7BBFC;
}
</style>