Shades of Perano #B1C2FE
Tints of Perano #B1C2FE
RGB
CMYK
RGB Variations
Color information
#B1C2FE (or 0xB1C2FE) is known color: Perano. HEX triplet: B1, C2 and FE. RGB value is (177,194,254). Sum of RGB (Red+Green+Blue) = 177+194+254=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C2FE is #4E3D01. Grayscale: #C3C3C3. Windows color (decimal): -5127426 or 16695985. OLE color: 16695985.
HSL color Cylindrical-coordinate representation of color #B1C2FE: hue angle of 226.75º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C2FE is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 194 | 254 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.00 |
| HSL | 226.75º | 0.97% | 0.85% | - |
| HSV(B) | 226.75º | 0.3% | 1% | - |
| XYZ | 55.31 | 55.09 | 101.48 | - |
| YUV | 195.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 254 | 0.30 | 0.24 | 0 | 0.00 | 226.75 | 0.97 | 0.85 |
| Hex | B1 | C2 | FE | 1E | 18 | 0 | 0 | E3 | 61 | 55 |
| Octal | 261 | 302 | 376 | 36 | 30 | 0 | 0 | 343 | 141 | 125 |
| Binary | 10110001 | 11000010 | 11111110 | 11110 | 11000 | 0 | 0 | 11100011 | 1100001 | 1010101 |
Color Harmonies of #B1C2FE
Complementary color
Monochromatic Colors of #B1C2FE
Black with #B1C2FE
Text Example
Text Example
White with #B1C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C2FE; }
p { color: rgb(177,194,254); }
H1.HeaderClassName
{
color: #B1C2FE;
}
.AnyTagClassName
{
color: #B1C2FE;
}
</style>
background-color css
<style>
a { background-color: #B1C2FE; }
a { background-color: rgb(177,194,254); }
div.DivClassName
{
background-color: #B1C2FE;
}
.BgClassName
{
background-color: #B1C2FE;
}
</style>
border-color css
<style>
span { border-color: #B1C2FE; }
span { border-color: rgb(177,194,254); }
td.TdClassName
{
border-color: #B1C2FE;
}
.TagClassName
{
border-color: #B1C2FE;
}
</style>