Shades of Perano #B3BFFF
Tints of Perano #B3BFFF
RGB
CMYK
RGB Variations
Color information
#B3BFFF (or 0xB3BFFF) is known color: Perano. HEX triplet: B3, BF and FF. RGB value is (179,191,255). Sum of RGB (Red+Green+Blue) = 179+191+255=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BFFF is #4C4000. Grayscale: #C2C2C2. Windows color (decimal): -4997121 or 16760755. OLE color: 16760755.
HSL color Cylindrical-coordinate representation of color #B3BFFF: hue angle of 230.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3BFFF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 191 | 255 | - |
| CMYK | 0.30 | 0.25 | 0 | 0 |
| HSL | 230.53º | 1% | 0.85% | - |
| HSV(B) | 230.53º | 0.3% | 1% | - |
| XYZ | 55.27 | 54.07 | 102.13 | - |
| YUV | 194.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 255 | 0.30 | 0.25 | 0 | 0 | 230.53 | 1 | 0.85 |
| Hex | B3 | BF | FF | 1E | 19 | 0 | 0 | E7 | 64 | 55 |
| Octal | 263 | 277 | 377 | 36 | 31 | 0 | 0 | 347 | 144 | 125 |
| Binary | 10110011 | 10111111 | 11111111 | 11110 | 11001 | 0 | 0 | 11100111 | 1100100 | 1010101 |
Color Harmonies of #B3BFFF
Complementary color
Monochromatic Colors of #B3BFFF
Black with #B3BFFF
Text Example
Text Example
White with #B3BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFFF; }
p { color: rgb(179,191,255); }
H1.HeaderClassName
{
color: #B3BFFF;
}
.AnyTagClassName
{
color: #B3BFFF;
}
</style>
background-color css
<style>
a { background-color: #B3BFFF; }
a { background-color: rgb(179,191,255); }
div.DivClassName
{
background-color: #B3BFFF;
}
.BgClassName
{
background-color: #B3BFFF;
}
</style>
border-color css
<style>
span { border-color: #B3BFFF; }
span { border-color: rgb(179,191,255); }
td.TdClassName
{
border-color: #B3BFFF;
}
.TagClassName
{
border-color: #B3BFFF;
}
</style>