Shades of Perano #B2C0FB
Tints of Perano #B2C0FB
RGB
CMYK
RGB Variations
Color information
#B2C0FB (or 0xB2C0FB) is known color: Perano. HEX triplet: B2, C0 and FB. RGB value is (178,192,251). Sum of RGB (Red+Green+Blue) = 178+192+251=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C0FB is #4D3F04. Grayscale: #C2C2C2. Windows color (decimal): -5062405 or 16498866. OLE color: 16498866.
HSL color Cylindrical-coordinate representation of color #B2C0FB: hue angle of 228.49º 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 #B2C0FB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 192 | 251 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 228.49º | 0.9% | 0.84% | - |
| HSV(B) | 228.49º | 0.29% | 0.98% | - |
| XYZ | 54.62 | 54.13 | 98.84 | - |
| YUV | 194.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 251 | 0.29 | 0.24 | 0 | 0.02 | 228.49 | 0.9 | 0.84 |
| Hex | B2 | C0 | FB | 1D | 18 | 0 | 2 | E4 | 5A | 54 |
| Octal | 262 | 300 | 373 | 35 | 30 | 0 | 2 | 344 | 132 | 124 |
| Binary | 10110010 | 11000000 | 11111011 | 11101 | 11000 | 0 | 10 | 11100100 | 1011010 | 1010100 |
Color Harmonies of #B2C0FB
Complementary color
Monochromatic Colors of #B2C0FB
Black with #B2C0FB
Text Example
Text Example
White with #B2C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C0FB; }
p { color: rgb(178,192,251); }
H1.HeaderClassName
{
color: #B2C0FB;
}
.AnyTagClassName
{
color: #B2C0FB;
}
</style>
background-color css
<style>
a { background-color: #B2C0FB; }
a { background-color: rgb(178,192,251); }
div.DivClassName
{
background-color: #B2C0FB;
}
.BgClassName
{
background-color: #B2C0FB;
}
</style>
border-color css
<style>
span { border-color: #B2C0FB; }
span { border-color: rgb(178,192,251); }
td.TdClassName
{
border-color: #B2C0FB;
}
.TagClassName
{
border-color: #B2C0FB;
}
</style>