Shades of Perano #B1C0FC
Tints of Perano #B1C0FC
RGB
CMYK
RGB Variations
Color information
#B1C0FC (or 0xB1C0FC) is known color: Perano. HEX triplet: B1, C0 and FC. RGB value is (177,192,252). Sum of RGB (Red+Green+Blue) = 177+192+252=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C0FC is #4E3F03. Grayscale: #C2C2C2. Windows color (decimal): -5127940 or 16564401. OLE color: 16564401.
HSL color Cylindrical-coordinate representation of color #B1C0FC: hue angle of 228º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C0FC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 192 | 252 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.01 |
| HSL | 228º | 0.93% | 0.84% | - |
| HSV(B) | 228º | 0.3% | 0.99% | - |
| XYZ | 54.55 | 54.07 | 99.66 | - |
| YUV | 194.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 252 | 0.30 | 0.24 | 0 | 0.01 | 228 | 0.93 | 0.84 |
| Hex | B1 | C0 | FC | 1E | 18 | 0 | 1 | E4 | 5D | 54 |
| Octal | 261 | 300 | 374 | 36 | 30 | 0 | 1 | 344 | 135 | 124 |
| Binary | 10110001 | 11000000 | 11111100 | 11110 | 11000 | 0 | 1 | 11100100 | 1011101 | 1010100 |
Color Harmonies of #B1C0FC
Complementary color
Monochromatic Colors of #B1C0FC
Black with #B1C0FC
Text Example
Text Example
White with #B1C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C0FC; }
p { color: rgb(177,192,252); }
H1.HeaderClassName
{
color: #B1C0FC;
}
.AnyTagClassName
{
color: #B1C0FC;
}
</style>
background-color css
<style>
a { background-color: #B1C0FC; }
a { background-color: rgb(177,192,252); }
div.DivClassName
{
background-color: #B1C0FC;
}
.BgClassName
{
background-color: #B1C0FC;
}
</style>
border-color css
<style>
span { border-color: #B1C0FC; }
span { border-color: rgb(177,192,252); }
td.TdClassName
{
border-color: #B1C0FC;
}
.TagClassName
{
border-color: #B1C0FC;
}
</style>