Shades of Perano #B3A8FC
Tints of Perano #B3A8FC
RGB
CMYK
RGB Variations
Color information
#B3A8FC (or 0xB3A8FC) is known color: Perano. HEX triplet: B3, A8 and FC. RGB value is (179,168,252). Sum of RGB (Red+Green+Blue) = 179+168+252=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A8FC is #4C5703. Grayscale: #B4B4B4. Windows color (decimal): -5003012 or 16558259. OLE color: 16558259.
HSL color Cylindrical-coordinate representation of color #B3A8FC: hue angle of 247.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3A8FC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 168 | 252 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.01 |
| HSL | 247.86º | 0.93% | 0.82% | - |
| HSV(B) | 247.86º | 0.33% | 0.99% | - |
| XYZ | 50.16 | 44.62 | 98.06 | - |
| YUV | 180.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 252 | 0.29 | 0.33 | 0 | 0.01 | 247.86 | 0.93 | 0.82 |
| Hex | B3 | A8 | FC | 1D | 21 | 0 | 1 | F8 | 5D | 52 |
| Octal | 263 | 250 | 374 | 35 | 41 | 0 | 1 | 370 | 135 | 122 |
| Binary | 10110011 | 10101000 | 11111100 | 11101 | 100001 | 0 | 1 | 11111000 | 1011101 | 1010010 |
Color Harmonies of #B3A8FC
Complementary color
Monochromatic Colors of #B3A8FC
Black with #B3A8FC
Text Example
Text Example
White with #B3A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8FC; }
p { color: rgb(179,168,252); }
H1.HeaderClassName
{
color: #B3A8FC;
}
.AnyTagClassName
{
color: #B3A8FC;
}
</style>
background-color css
<style>
a { background-color: #B3A8FC; }
a { background-color: rgb(179,168,252); }
div.DivClassName
{
background-color: #B3A8FC;
}
.BgClassName
{
background-color: #B3A8FC;
}
</style>
border-color css
<style>
span { border-color: #B3A8FC; }
span { border-color: rgb(179,168,252); }
td.TdClassName
{
border-color: #B3A8FC;
}
.TagClassName
{
border-color: #B3A8FC;
}
</style>