Shades of Perano #B3B9FF
Tints of Perano #B3B9FF
RGB
CMYK
RGB Variations
Color information
#B3B9FF (or 0xB3B9FF) is known color: Perano. HEX triplet: B3, B9 and FF. RGB value is (179,185,255). Sum of RGB (Red+Green+Blue) = 179+185+255=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B9FF is #4C4600. Grayscale: #BEBEBE. Windows color (decimal): -4998657 or 16759219. OLE color: 16759219.
HSL color Cylindrical-coordinate representation of color #B3B9FF: hue angle of 235.26º 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 #B3B9FF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 185 | 255 | - |
| CMYK | 0.30 | 0.27 | 0 | 0 |
| HSL | 235.26º | 1% | 0.85% | - |
| HSV(B) | 235.26º | 0.3% | 1% | - |
| XYZ | 53.99 | 51.5 | 101.7 | - |
| YUV | 191.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 255 | 0.30 | 0.27 | 0 | 0 | 235.26 | 1 | 0.85 |
| Hex | B3 | B9 | FF | 1E | 1B | 0 | 0 | EB | 64 | 55 |
| Octal | 263 | 271 | 377 | 36 | 33 | 0 | 0 | 353 | 144 | 125 |
| Binary | 10110011 | 10111001 | 11111111 | 11110 | 11011 | 0 | 0 | 11101011 | 1100100 | 1010101 |
Color Harmonies of #B3B9FF
Complementary color
Monochromatic Colors of #B3B9FF
Black with #B3B9FF
Text Example
Text Example
White with #B3B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B9FF; }
p { color: rgb(179,185,255); }
H1.HeaderClassName
{
color: #B3B9FF;
}
.AnyTagClassName
{
color: #B3B9FF;
}
</style>
background-color css
<style>
a { background-color: #B3B9FF; }
a { background-color: rgb(179,185,255); }
div.DivClassName
{
background-color: #B3B9FF;
}
.BgClassName
{
background-color: #B3B9FF;
}
</style>
border-color css
<style>
span { border-color: #B3B9FF; }
span { border-color: rgb(179,185,255); }
td.TdClassName
{
border-color: #B3B9FF;
}
.TagClassName
{
border-color: #B3B9FF;
}
</style>