Shades of Perano #B3C2EC
Tints of Perano #B3C2EC
RGB
CMYK
RGB Variations
Color information
#B3C2EC (or 0xB3C2EC) is known color: Perano. HEX triplet: B3, C2 and EC. RGB value is (179,194,236). Sum of RGB (Red+Green+Blue) = 179+194+236=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2EC is #4C3D13. Grayscale: #C2C2C2. Windows color (decimal): -4996372 or 15516339. OLE color: 15516339.
HSL color Cylindrical-coordinate representation of color #B3C2EC: hue angle of 224.21º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C2EC is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 194 | 236 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.07 |
| HSL | 224.21º | 0.6% | 0.81% | - |
| HSV(B) | 224.21º | 0.24% | 0.93% | - |
| XYZ | 53.02 | 54.22 | 87.03 | - |
| YUV | 194.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 236 | 0.24 | 0.18 | 0 | 0.07 | 224.21 | 0.6 | 0.81 |
| Hex | B3 | C2 | EC | 18 | 12 | 0 | 7 | E0 | 3C | 51 |
| Octal | 263 | 302 | 354 | 30 | 22 | 0 | 7 | 340 | 74 | 121 |
| Binary | 10110011 | 11000010 | 11101100 | 11000 | 10010 | 0 | 111 | 11100000 | 111100 | 1010001 |
Color Harmonies of #B3C2EC
Complementary color
Monochromatic Colors of #B3C2EC
Black with #B3C2EC
Text Example
Text Example
White with #B3C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2EC; }
p { color: rgb(179,194,236); }
H1.HeaderClassName
{
color: #B3C2EC;
}
.AnyTagClassName
{
color: #B3C2EC;
}
</style>
background-color css
<style>
a { background-color: #B3C2EC; }
a { background-color: rgb(179,194,236); }
div.DivClassName
{
background-color: #B3C2EC;
}
.BgClassName
{
background-color: #B3C2EC;
}
</style>
border-color css
<style>
span { border-color: #B3C2EC; }
span { border-color: rgb(179,194,236); }
td.TdClassName
{
border-color: #B3C2EC;
}
.TagClassName
{
border-color: #B3C2EC;
}
</style>