Shades of Perano #B3C4FA
Tints of Perano #B3C4FA
RGB
CMYK
RGB Variations
Color information
#B3C4FA (or 0xB3C4FA) is known color: Perano. HEX triplet: B3, C4 and FA. RGB value is (179,196,250). Sum of RGB (Red+Green+Blue) = 179+196+250=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3C4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C4FA is #4C3B05. Grayscale: #C4C4C4. Windows color (decimal): -4995846 or 16434355. OLE color: 16434355.
HSL color Cylindrical-coordinate representation of color #B3C4FA: hue angle of 225.63º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3C4FA is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 196 | 250 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.02 |
| HSL | 225.63º | 0.88% | 0.84% | - |
| HSV(B) | 225.63º | 0.28% | 0.98% | - |
| XYZ | 55.59 | 55.97 | 98.32 | - |
| YUV | 197.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 250 | 0.28 | 0.22 | 0 | 0.02 | 225.63 | 0.88 | 0.84 |
| Hex | B3 | C4 | FA | 1C | 16 | 0 | 2 | E2 | 58 | 54 |
| Octal | 263 | 304 | 372 | 34 | 26 | 0 | 2 | 342 | 130 | 124 |
| Binary | 10110011 | 11000100 | 11111010 | 11100 | 10110 | 0 | 10 | 11100010 | 1011000 | 1010100 |
Color Harmonies of #B3C4FA
Complementary color
Monochromatic Colors of #B3C4FA
Black with #B3C4FA
Text Example
Text Example
White with #B3C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C4FA; }
p { color: rgb(179,196,250); }
H1.HeaderClassName
{
color: #B3C4FA;
}
.AnyTagClassName
{
color: #B3C4FA;
}
</style>
background-color css
<style>
a { background-color: #B3C4FA; }
a { background-color: rgb(179,196,250); }
div.DivClassName
{
background-color: #B3C4FA;
}
.BgClassName
{
background-color: #B3C4FA;
}
</style>
border-color css
<style>
span { border-color: #B3C4FA; }
span { border-color: rgb(179,196,250); }
td.TdClassName
{
border-color: #B3C4FA;
}
.TagClassName
{
border-color: #B3C4FA;
}
</style>