Shades of Perano #B1C2F9
Tints of Perano #B1C2F9
RGB
CMYK
RGB Variations
Color information
#B1C2F9 (or 0xB1C2F9) is known color: Perano. HEX triplet: B1, C2 and F9. RGB value is (177,194,249). Sum of RGB (Red+Green+Blue) = 177+194+249=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1C2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C2F9 is #4E3D06. Grayscale: #C2C2C2. Windows color (decimal): -5127431 or 16368305. OLE color: 16368305.
HSL color Cylindrical-coordinate representation of color #B1C2F9: hue angle of 225.83º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C2F9 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 194 | 249 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.02 |
| HSL | 225.83º | 0.86% | 0.84% | - |
| HSV(B) | 225.83º | 0.29% | 0.98% | - |
| XYZ | 54.52 | 54.77 | 97.32 | - |
| YUV | 195.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 249 | 0.29 | 0.22 | 0 | 0.02 | 225.83 | 0.86 | 0.84 |
| Hex | B1 | C2 | F9 | 1D | 16 | 0 | 2 | E2 | 56 | 54 |
| Octal | 261 | 302 | 371 | 35 | 26 | 0 | 2 | 342 | 126 | 124 |
| Binary | 10110001 | 11000010 | 11111001 | 11101 | 10110 | 0 | 10 | 11100010 | 1010110 | 1010100 |
Color Harmonies of #B1C2F9
Complementary color
Monochromatic Colors of #B1C2F9
Black with #B1C2F9
Text Example
Text Example
White with #B1C2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C2F9; }
p { color: rgb(177,194,249); }
H1.HeaderClassName
{
color: #B1C2F9;
}
.AnyTagClassName
{
color: #B1C2F9;
}
</style>
background-color css
<style>
a { background-color: #B1C2F9; }
a { background-color: rgb(177,194,249); }
div.DivClassName
{
background-color: #B1C2F9;
}
.BgClassName
{
background-color: #B1C2F9;
}
</style>
border-color css
<style>
span { border-color: #B1C2F9; }
span { border-color: rgb(177,194,249); }
td.TdClassName
{
border-color: #B1C2F9;
}
.TagClassName
{
border-color: #B1C2F9;
}
</style>