Shades of Perano #B2C2F9
Tints of Perano #B2C2F9
RGB
CMYK
RGB Variations
Color information
#B2C2F9 (or 0xB2C2F9) is known color: Perano. HEX triplet: B2, C2 and F9. RGB value is (178,194,249). Sum of RGB (Red+Green+Blue) = 178+194+249=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2C2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C2F9 is #4D3D06. Grayscale: #C3C3C3. Windows color (decimal): -5061895 or 16368306. OLE color: 16368306.
HSL color Cylindrical-coordinate representation of color #B2C2F9: hue angle of 226.48º 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 #B2C2F9 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 194 | 249 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.02 |
| HSL | 226.48º | 0.86% | 0.84% | - |
| HSV(B) | 226.48º | 0.29% | 0.98% | - |
| XYZ | 54.75 | 54.89 | 97.33 | - |
| YUV | 195.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 249 | 0.29 | 0.22 | 0 | 0.02 | 226.48 | 0.86 | 0.84 |
| Hex | B2 | C2 | F9 | 1D | 16 | 0 | 2 | E2 | 56 | 54 |
| Octal | 262 | 302 | 371 | 35 | 26 | 0 | 2 | 342 | 126 | 124 |
| Binary | 10110010 | 11000010 | 11111001 | 11101 | 10110 | 0 | 10 | 11100010 | 1010110 | 1010100 |
Color Harmonies of #B2C2F9
Complementary color
Monochromatic Colors of #B2C2F9
Black with #B2C2F9
Text Example
Text Example
White with #B2C2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2F9; }
p { color: rgb(178,194,249); }
H1.HeaderClassName
{
color: #B2C2F9;
}
.AnyTagClassName
{
color: #B2C2F9;
}
</style>
background-color css
<style>
a { background-color: #B2C2F9; }
a { background-color: rgb(178,194,249); }
div.DivClassName
{
background-color: #B2C2F9;
}
.BgClassName
{
background-color: #B2C2F9;
}
</style>
border-color css
<style>
span { border-color: #B2C2F9; }
span { border-color: rgb(178,194,249); }
td.TdClassName
{
border-color: #B2C2F9;
}
.TagClassName
{
border-color: #B2C2F9;
}
</style>