Shades of Perano #B3BFFA
Tints of Perano #B3BFFA
RGB
CMYK
RGB Variations
Color information
#B3BFFA (or 0xB3BFFA) is known color: Perano. HEX triplet: B3, BF and FA. RGB value is (179,191,250). Sum of RGB (Red+Green+Blue) = 179+191+250=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BFFA is #4C4005. Grayscale: #C1C1C1. Windows color (decimal): -4997126 or 16433075. OLE color: 16433075.
HSL color Cylindrical-coordinate representation of color #B3BFFA: hue angle of 229.86º 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 #B3BFFA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 191 | 250 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.02 |
| HSL | 229.86º | 0.88% | 0.84% | - |
| HSV(B) | 229.86º | 0.28% | 0.98% | - |
| XYZ | 54.48 | 53.75 | 97.95 | - |
| YUV | 194.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 250 | 0.28 | 0.24 | 0 | 0.02 | 229.86 | 0.88 | 0.84 |
| Hex | B3 | BF | FA | 1C | 18 | 0 | 2 | E6 | 58 | 54 |
| Octal | 263 | 277 | 372 | 34 | 30 | 0 | 2 | 346 | 130 | 124 |
| Binary | 10110011 | 10111111 | 11111010 | 11100 | 11000 | 0 | 10 | 11100110 | 1011000 | 1010100 |
Color Harmonies of #B3BFFA
Complementary color
Monochromatic Colors of #B3BFFA
Black with #B3BFFA
Text Example
Text Example
White with #B3BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFFA; }
p { color: rgb(179,191,250); }
H1.HeaderClassName
{
color: #B3BFFA;
}
.AnyTagClassName
{
color: #B3BFFA;
}
</style>
background-color css
<style>
a { background-color: #B3BFFA; }
a { background-color: rgb(179,191,250); }
div.DivClassName
{
background-color: #B3BFFA;
}
.BgClassName
{
background-color: #B3BFFA;
}
</style>
border-color css
<style>
span { border-color: #B3BFFA; }
span { border-color: rgb(179,191,250); }
td.TdClassName
{
border-color: #B3BFFA;
}
.TagClassName
{
border-color: #B3BFFA;
}
</style>