Shades of Perano #B3C2EB
Tints of Perano #B3C2EB
RGB
CMYK
RGB Variations
Color information
#B3C2EB (or 0xB3C2EB) is known color: Perano. HEX triplet: B3, C2 and EB. RGB value is (179,194,235). Sum of RGB (Red+Green+Blue) = 179+194+235=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2EB is #4C3D14. Grayscale: #C2C2C2. Windows color (decimal): -4996373 or 15450803. OLE color: 15450803.
HSL color Cylindrical-coordinate representation of color #B3C2EB: hue angle of 223.93º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C2EB is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 194 | 235 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.08 |
| HSL | 223.93º | 0.58% | 0.81% | - |
| HSV(B) | 223.93º | 0.24% | 0.92% | - |
| XYZ | 52.88 | 54.17 | 86.27 | - |
| YUV | 194.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 235 | 0.24 | 0.17 | 0 | 0.08 | 223.93 | 0.58 | 0.81 |
| Hex | B3 | C2 | EB | 18 | 11 | 0 | 8 | E0 | 3A | 51 |
| Octal | 263 | 302 | 353 | 30 | 21 | 0 | 10 | 340 | 72 | 121 |
| Binary | 10110011 | 11000010 | 11101011 | 11000 | 10001 | 0 | 1000 | 11100000 | 111010 | 1010001 |
Color Harmonies of #B3C2EB
Complementary color
Monochromatic Colors of #B3C2EB
Black with #B3C2EB
Text Example
Text Example
White with #B3C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2EB; }
p { color: rgb(179,194,235); }
H1.HeaderClassName
{
color: #B3C2EB;
}
.AnyTagClassName
{
color: #B3C2EB;
}
</style>
background-color css
<style>
a { background-color: #B3C2EB; }
a { background-color: rgb(179,194,235); }
div.DivClassName
{
background-color: #B3C2EB;
}
.BgClassName
{
background-color: #B3C2EB;
}
</style>
border-color css
<style>
span { border-color: #B3C2EB; }
span { border-color: rgb(179,194,235); }
td.TdClassName
{
border-color: #B3C2EB;
}
.TagClassName
{
border-color: #B3C2EB;
}
</style>