Shades of Perano #B3C3F9
Tints of Perano #B3C3F9
RGB
CMYK
RGB Variations
Color information
#B3C3F9 (or 0xB3C3F9) is known color: Perano. HEX triplet: B3, C3 and F9. RGB value is (179,195,249). Sum of RGB (Red+Green+Blue) = 179+195+249=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3C3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C3F9 is #4C3C06. Grayscale: #C4C4C4. Windows color (decimal): -4996103 or 16368563. OLE color: 16368563.
HSL color Cylindrical-coordinate representation of color #B3C3F9: hue angle of 226.29º degrees, saturation: 0.85, 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 #B3C3F9 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 195 | 249 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.02 |
| HSL | 226.29º | 0.85% | 0.84% | - |
| HSV(B) | 226.29º | 0.28% | 0.98% | - |
| XYZ | 55.2 | 55.45 | 97.42 | - |
| YUV | 196.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 249 | 0.28 | 0.22 | 0 | 0.02 | 226.29 | 0.85 | 0.84 |
| Hex | B3 | C3 | F9 | 1C | 16 | 0 | 2 | E2 | 55 | 54 |
| Octal | 263 | 303 | 371 | 34 | 26 | 0 | 2 | 342 | 125 | 124 |
| Binary | 10110011 | 11000011 | 11111001 | 11100 | 10110 | 0 | 10 | 11100010 | 1010101 | 1010100 |
Color Harmonies of #B3C3F9
Complementary color
Monochromatic Colors of #B3C3F9
Black with #B3C3F9
Text Example
Text Example
White with #B3C3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C3F9; }
p { color: rgb(179,195,249); }
H1.HeaderClassName
{
color: #B3C3F9;
}
.AnyTagClassName
{
color: #B3C3F9;
}
</style>
background-color css
<style>
a { background-color: #B3C3F9; }
a { background-color: rgb(179,195,249); }
div.DivClassName
{
background-color: #B3C3F9;
}
.BgClassName
{
background-color: #B3C3F9;
}
</style>
border-color css
<style>
span { border-color: #B3C3F9; }
span { border-color: rgb(179,195,249); }
td.TdClassName
{
border-color: #B3C3F9;
}
.TagClassName
{
border-color: #B3C3F9;
}
</style>