Shades of Perano #B2C1FB
Tints of Perano #B2C1FB
RGB
CMYK
RGB Variations
Color information
#B2C1FB (or 0xB2C1FB) is known color: Perano. HEX triplet: B2, C1 and FB. RGB value is (178,193,251). Sum of RGB (Red+Green+Blue) = 178+193+251=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2C1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C1FB is #4D3E04. Grayscale: #C2C2C2. Windows color (decimal): -5062149 or 16499122. OLE color: 16499122.
HSL color Cylindrical-coordinate representation of color #B2C1FB: hue angle of 227.67º degrees, saturation: 0.9, 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 #B2C1FB is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 193 | 251 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.02 |
| HSL | 227.67º | 0.9% | 0.84% | - |
| HSV(B) | 227.67º | 0.29% | 0.98% | - |
| XYZ | 54.84 | 54.57 | 98.91 | - |
| YUV | 195.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 251 | 0.29 | 0.23 | 0 | 0.02 | 227.67 | 0.9 | 0.84 |
| Hex | B2 | C1 | FB | 1D | 17 | 0 | 2 | E4 | 5A | 54 |
| Octal | 262 | 301 | 373 | 35 | 27 | 0 | 2 | 344 | 132 | 124 |
| Binary | 10110010 | 11000001 | 11111011 | 11101 | 10111 | 0 | 10 | 11100100 | 1011010 | 1010100 |
Color Harmonies of #B2C1FB
Complementary color
Monochromatic Colors of #B2C1FB
Black with #B2C1FB
Text Example
Text Example
White with #B2C1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C1FB; }
p { color: rgb(178,193,251); }
H1.HeaderClassName
{
color: #B2C1FB;
}
.AnyTagClassName
{
color: #B2C1FB;
}
</style>
background-color css
<style>
a { background-color: #B2C1FB; }
a { background-color: rgb(178,193,251); }
div.DivClassName
{
background-color: #B2C1FB;
}
.BgClassName
{
background-color: #B2C1FB;
}
</style>
border-color css
<style>
span { border-color: #B2C1FB; }
span { border-color: rgb(178,193,251); }
td.TdClassName
{
border-color: #B2C1FB;
}
.TagClassName
{
border-color: #B2C1FB;
}
</style>