Shades of Perano #B2C2FA
Tints of Perano #B2C2FA
RGB
CMYK
RGB Variations
Color information
#B2C2FA (or 0xB2C2FA) is known color: Perano. HEX triplet: B2, C2 and FA. RGB value is (178,194,250). Sum of RGB (Red+Green+Blue) = 178+194+250=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C2FA is #4D3D05. Grayscale: #C3C3C3. Windows color (decimal): -5061894 or 16433842. OLE color: 16433842.
HSL color Cylindrical-coordinate representation of color #B2C2FA: hue angle of 226.67º degrees, saturation: 0.88, 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 #B2C2FA is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 194 | 250 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.02 |
| HSL | 226.67º | 0.88% | 0.84% | - |
| HSV(B) | 226.67º | 0.29% | 0.98% | - |
| XYZ | 54.91 | 54.95 | 98.16 | - |
| YUV | 195.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 250 | 0.29 | 0.22 | 0 | 0.02 | 226.67 | 0.88 | 0.84 |
| Hex | B2 | C2 | FA | 1D | 16 | 0 | 2 | E3 | 58 | 54 |
| Octal | 262 | 302 | 372 | 35 | 26 | 0 | 2 | 343 | 130 | 124 |
| Binary | 10110010 | 11000010 | 11111010 | 11101 | 10110 | 0 | 10 | 11100011 | 1011000 | 1010100 |
Color Harmonies of #B2C2FA
Complementary color
Monochromatic Colors of #B2C2FA
Black with #B2C2FA
Text Example
Text Example
White with #B2C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2FA; }
p { color: rgb(178,194,250); }
H1.HeaderClassName
{
color: #B2C2FA;
}
.AnyTagClassName
{
color: #B2C2FA;
}
</style>
background-color css
<style>
a { background-color: #B2C2FA; }
a { background-color: rgb(178,194,250); }
div.DivClassName
{
background-color: #B2C2FA;
}
.BgClassName
{
background-color: #B2C2FA;
}
</style>
border-color css
<style>
span { border-color: #B2C2FA; }
span { border-color: rgb(178,194,250); }
td.TdClassName
{
border-color: #B2C2FA;
}
.TagClassName
{
border-color: #B2C2FA;
}
</style>