Shades of Perano #B3C0FA
Tints of Perano #B3C0FA
RGB
CMYK
RGB Variations
Color information
#B3C0FA (or 0xB3C0FA) is known color: Perano. HEX triplet: B3, C0 and FA. RGB value is (179,192,250). Sum of RGB (Red+Green+Blue) = 179+192+250=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3C0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C0FA is #4C3F05. Grayscale: #C2C2C2. Windows color (decimal): -4996870 or 16433331. OLE color: 16433331.
HSL color Cylindrical-coordinate representation of color #B3C0FA: hue angle of 229.01º 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 #B3C0FA is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 192 | 250 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.02 |
| HSL | 229.01º | 0.88% | 0.84% | - |
| HSV(B) | 229.01º | 0.28% | 0.98% | - |
| XYZ | 54.7 | 54.19 | 98.02 | - |
| YUV | 194.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 250 | 0.28 | 0.23 | 0 | 0.02 | 229.01 | 0.88 | 0.84 |
| Hex | B3 | C0 | FA | 1C | 17 | 0 | 2 | E5 | 58 | 54 |
| Octal | 263 | 300 | 372 | 34 | 27 | 0 | 2 | 345 | 130 | 124 |
| Binary | 10110011 | 11000000 | 11111010 | 11100 | 10111 | 0 | 10 | 11100101 | 1011000 | 1010100 |
Color Harmonies of #B3C0FA
Complementary color
Monochromatic Colors of #B3C0FA
Black with #B3C0FA
Text Example
Text Example
White with #B3C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C0FA; }
p { color: rgb(179,192,250); }
H1.HeaderClassName
{
color: #B3C0FA;
}
.AnyTagClassName
{
color: #B3C0FA;
}
</style>
background-color css
<style>
a { background-color: #B3C0FA; }
a { background-color: rgb(179,192,250); }
div.DivClassName
{
background-color: #B3C0FA;
}
.BgClassName
{
background-color: #B3C0FA;
}
</style>
border-color css
<style>
span { border-color: #B3C0FA; }
span { border-color: rgb(179,192,250); }
td.TdClassName
{
border-color: #B3C0FA;
}
.TagClassName
{
border-color: #B3C0FA;
}
</style>