Shades of Perano #B7C0FC
Tints of Perano #B7C0FC
RGB
CMYK
RGB Variations
Color information
#B7C0FC (or 0xB7C0FC) is known color: Perano. HEX triplet: B7, C0 and FC. RGB value is (183,192,252). Sum of RGB (Red+Green+Blue) = 183+192+252=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7C0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C0FC is #483F03. Grayscale: #C3C3C3. Windows color (decimal): -4734724 or 16564407. OLE color: 16564407.
HSL color Cylindrical-coordinate representation of color #B7C0FC: hue angle of 232.17º 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 #B7C0FC is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 192 | 252 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.01 |
| HSL | 232.17º | 0.92% | 0.85% | - |
| HSV(B) | 232.17º | 0.27% | 0.99% | - |
| XYZ | 55.95 | 54.79 | 99.72 | - |
| YUV | 196.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 252 | 0.27 | 0.24 | 0 | 0.01 | 232.17 | 0.92 | 0.85 |
| Hex | B7 | C0 | FC | 1B | 18 | 0 | 1 | E8 | 5C | 55 |
| Octal | 267 | 300 | 374 | 33 | 30 | 0 | 1 | 350 | 134 | 125 |
| Binary | 10110111 | 11000000 | 11111100 | 11011 | 11000 | 0 | 1 | 11101000 | 1011100 | 1010101 |
Color Harmonies of #B7C0FC
Complementary color
Monochromatic Colors of #B7C0FC
Black with #B7C0FC
Text Example
Text Example
White with #B7C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C0FC; }
p { color: rgb(183,192,252); }
H1.HeaderClassName
{
color: #B7C0FC;
}
.AnyTagClassName
{
color: #B7C0FC;
}
</style>
background-color css
<style>
a { background-color: #B7C0FC; }
a { background-color: rgb(183,192,252); }
div.DivClassName
{
background-color: #B7C0FC;
}
.BgClassName
{
background-color: #B7C0FC;
}
</style>
border-color css
<style>
span { border-color: #B7C0FC; }
span { border-color: rgb(183,192,252); }
td.TdClassName
{
border-color: #B7C0FC;
}
.TagClassName
{
border-color: #B7C0FC;
}
</style>