Shades of Perano #B7C6FC
Tints of Perano #B7C6FC
RGB
CMYK
RGB Variations
Color information
#B7C6FC (or 0xB7C6FC) is known color: Perano. HEX triplet: B7, C6 and FC. RGB value is (183,198,252). Sum of RGB (Red+Green+Blue) = 183+198+252=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C6FC is #483903. Grayscale: #C7C7C7. Windows color (decimal): -4733188 or 16565943. OLE color: 16565943.
HSL color Cylindrical-coordinate representation of color #B7C6FC: hue angle of 226.96º 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 #B7C6FC is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 198 | 252 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.01 |
| HSL | 226.96º | 0.92% | 0.85% | - |
| HSV(B) | 226.96º | 0.27% | 0.99% | - |
| XYZ | 57.29 | 57.48 | 100.17 | - |
| YUV | 199.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 198 | 252 | 0.27 | 0.21 | 0 | 0.01 | 226.96 | 0.92 | 0.85 |
| Hex | B7 | C6 | FC | 1B | 15 | 0 | 1 | E3 | 5C | 55 |
| Octal | 267 | 306 | 374 | 33 | 25 | 0 | 1 | 343 | 134 | 125 |
| Binary | 10110111 | 11000110 | 11111100 | 11011 | 10101 | 0 | 1 | 11100011 | 1011100 | 1010101 |
Color Harmonies of #B7C6FC
Complementary color
Monochromatic Colors of #B7C6FC
Black with #B7C6FC
Text Example
Text Example
White with #B7C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C6FC; }
p { color: rgb(183,198,252); }
H1.HeaderClassName
{
color: #B7C6FC;
}
.AnyTagClassName
{
color: #B7C6FC;
}
</style>
background-color css
<style>
a { background-color: #B7C6FC; }
a { background-color: rgb(183,198,252); }
div.DivClassName
{
background-color: #B7C6FC;
}
.BgClassName
{
background-color: #B7C6FC;
}
</style>
border-color css
<style>
span { border-color: #B7C6FC; }
span { border-color: rgb(183,198,252); }
td.TdClassName
{
border-color: #B7C6FC;
}
.TagClassName
{
border-color: #B7C6FC;
}
</style>