Shades of Perano #B3C4F7
Tints of Perano #B3C4F7
RGB
CMYK
RGB Variations
Color information
#B3C4F7 (or 0xB3C4F7) is known color: Perano. HEX triplet: B3, C4 and F7. RGB value is (179,196,247). Sum of RGB (Red+Green+Blue) = 179+196+247=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #B3C4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C4F7 is #4C3B08. Grayscale: #C4C4C4. Windows color (decimal): -4995849 or 16237747. OLE color: 16237747.
HSL color Cylindrical-coordinate representation of color #B3C4F7: hue angle of 225º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3C4F7 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 196 | 247 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.03 |
| HSL | 225º | 0.81% | 0.84% | - |
| HSV(B) | 225º | 0.28% | 0.97% | - |
| XYZ | 55.12 | 55.78 | 95.86 | - |
| YUV | 196.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 247 | 0.28 | 0.21 | 0 | 0.03 | 225 | 0.81 | 0.84 |
| Hex | B3 | C4 | F7 | 1C | 15 | 0 | 3 | E1 | 51 | 54 |
| Octal | 263 | 304 | 367 | 34 | 25 | 0 | 3 | 341 | 121 | 124 |
| Binary | 10110011 | 11000100 | 11110111 | 11100 | 10101 | 0 | 11 | 11100001 | 1010001 | 1010100 |
Color Harmonies of #B3C4F7
Complementary color
Monochromatic Colors of #B3C4F7
Black with #B3C4F7
Text Example
Text Example
White with #B3C4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C4F7; }
p { color: rgb(179,196,247); }
H1.HeaderClassName
{
color: #B3C4F7;
}
.AnyTagClassName
{
color: #B3C4F7;
}
</style>
background-color css
<style>
a { background-color: #B3C4F7; }
a { background-color: rgb(179,196,247); }
div.DivClassName
{
background-color: #B3C4F7;
}
.BgClassName
{
background-color: #B3C4F7;
}
</style>
border-color css
<style>
span { border-color: #B3C4F7; }
span { border-color: rgb(179,196,247); }
td.TdClassName
{
border-color: #B3C4F7;
}
.TagClassName
{
border-color: #B3C4F7;
}
</style>