Shades of Perano #B2C0FF
Tints of Perano #B2C0FF
RGB
CMYK
RGB Variations
Color information
#B2C0FF (or 0xB2C0FF) is known color: Perano. HEX triplet: B2, C0 and FF. RGB value is (178,192,255). Sum of RGB (Red+Green+Blue) = 178+192+255=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C0FF is #4D3F00. Grayscale: #C2C2C2. Windows color (decimal): -5062401 or 16761010. OLE color: 16761010.
HSL color Cylindrical-coordinate representation of color #B2C0FF: hue angle of 229.09º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C0FF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 192 | 255 | - |
| CMYK | 0.30 | 0.25 | 0 | 0 |
| HSL | 229.09º | 1% | 0.85% | - |
| HSV(B) | 229.09º | 0.3% | 1% | - |
| XYZ | 55.26 | 54.38 | 102.19 | - |
| YUV | 195 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 255 | 0.30 | 0.25 | 0 | 0 | 229.09 | 1 | 0.85 |
| Hex | B2 | C0 | FF | 1E | 19 | 0 | 0 | E5 | 64 | 55 |
| Octal | 262 | 300 | 377 | 36 | 31 | 0 | 0 | 345 | 144 | 125 |
| Binary | 10110010 | 11000000 | 11111111 | 11110 | 11001 | 0 | 0 | 11100101 | 1100100 | 1010101 |
Color Harmonies of #B2C0FF
Complementary color
Monochromatic Colors of #B2C0FF
Black with #B2C0FF
Text Example
Text Example
White with #B2C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C0FF; }
p { color: rgb(178,192,255); }
H1.HeaderClassName
{
color: #B2C0FF;
}
.AnyTagClassName
{
color: #B2C0FF;
}
</style>
background-color css
<style>
a { background-color: #B2C0FF; }
a { background-color: rgb(178,192,255); }
div.DivClassName
{
background-color: #B2C0FF;
}
.BgClassName
{
background-color: #B2C0FF;
}
</style>
border-color css
<style>
span { border-color: #B2C0FF; }
span { border-color: rgb(178,192,255); }
td.TdClassName
{
border-color: #B2C0FF;
}
.TagClassName
{
border-color: #B2C0FF;
}
</style>