Shades of Perano #B2BCEC
Tints of Perano #B2BCEC
RGB
CMYK
RGB Variations
Color information
#B2BCEC (or 0xB2BCEC) is known color: Perano. HEX triplet: B2, BC and EC. RGB value is (178,188,236). Sum of RGB (Red+Green+Blue) = 178+188+236=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BCEC is #4D4313. Grayscale: #BEBEBE. Windows color (decimal): -5063444 or 15514802. OLE color: 15514802.
HSL color Cylindrical-coordinate representation of color #B2BCEC: hue angle of 229.66º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BCEC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 188 | 236 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.07 |
| HSL | 229.66º | 0.6% | 0.81% | - |
| HSV(B) | 229.66º | 0.25% | 0.93% | - |
| XYZ | 51.48 | 51.49 | 86.58 | - |
| YUV | 190.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 236 | 0.25 | 0.20 | 0 | 0.07 | 229.66 | 0.6 | 0.81 |
| Hex | B2 | BC | EC | 19 | 14 | 0 | 7 | E6 | 3C | 51 |
| Octal | 262 | 274 | 354 | 31 | 24 | 0 | 7 | 346 | 74 | 121 |
| Binary | 10110010 | 10111100 | 11101100 | 11001 | 10100 | 0 | 111 | 11100110 | 111100 | 1010001 |
Color Harmonies of #B2BCEC
Complementary color
Monochromatic Colors of #B2BCEC
Black with #B2BCEC
Text Example
Text Example
White with #B2BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCEC; }
p { color: rgb(178,188,236); }
H1.HeaderClassName
{
color: #B2BCEC;
}
.AnyTagClassName
{
color: #B2BCEC;
}
</style>
background-color css
<style>
a { background-color: #B2BCEC; }
a { background-color: rgb(178,188,236); }
div.DivClassName
{
background-color: #B2BCEC;
}
.BgClassName
{
background-color: #B2BCEC;
}
</style>
border-color css
<style>
span { border-color: #B2BCEC; }
span { border-color: rgb(178,188,236); }
td.TdClassName
{
border-color: #B2BCEC;
}
.TagClassName
{
border-color: #B2BCEC;
}
</style>