Shades of Perano #B3B8FF
Tints of Perano #B3B8FF
RGB
CMYK
RGB Variations
Color information
#B3B8FF (or 0xB3B8FF) is known color: Perano. HEX triplet: B3, B8 and FF. RGB value is (179,184,255). Sum of RGB (Red+Green+Blue) = 179+184+255=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B8FF is #4C4700. Grayscale: #BEBEBE. Windows color (decimal): -4998913 or 16758963. OLE color: 16758963.
HSL color Cylindrical-coordinate representation of color #B3B8FF: hue angle of 236.05º 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 #B3B8FF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 184 | 255 | - |
| CMYK | 0.30 | 0.28 | 0 | 0 |
| HSL | 236.05º | 1% | 0.85% | - |
| HSV(B) | 236.05º | 0.3% | 1% | - |
| XYZ | 53.78 | 51.08 | 101.63 | - |
| YUV | 190.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 184 | 255 | 0.30 | 0.28 | 0 | 0 | 236.05 | 1 | 0.85 |
| Hex | B3 | B8 | FF | 1E | 1C | 0 | 0 | EC | 64 | 55 |
| Octal | 263 | 270 | 377 | 36 | 34 | 0 | 0 | 354 | 144 | 125 |
| Binary | 10110011 | 10111000 | 11111111 | 11110 | 11100 | 0 | 0 | 11101100 | 1100100 | 1010101 |
Color Harmonies of #B3B8FF
Complementary color
Monochromatic Colors of #B3B8FF
Black with #B3B8FF
Text Example
Text Example
White with #B3B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B8FF; }
p { color: rgb(179,184,255); }
H1.HeaderClassName
{
color: #B3B8FF;
}
.AnyTagClassName
{
color: #B3B8FF;
}
</style>
background-color css
<style>
a { background-color: #B3B8FF; }
a { background-color: rgb(179,184,255); }
div.DivClassName
{
background-color: #B3B8FF;
}
.BgClassName
{
background-color: #B3B8FF;
}
</style>
border-color css
<style>
span { border-color: #B3B8FF; }
span { border-color: rgb(179,184,255); }
td.TdClassName
{
border-color: #B3B8FF;
}
.TagClassName
{
border-color: #B3B8FF;
}
</style>