Shades of Perano #B2A8FC
Tints of Perano #B2A8FC
RGB
CMYK
RGB Variations
Color information
#B2A8FC (or 0xB2A8FC) is known color: Perano. HEX triplet: B2, A8 and FC. RGB value is (178,168,252). Sum of RGB (Red+Green+Blue) = 178+168+252=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2A8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A8FC is #4D5703. Grayscale: #B4B4B4. Windows color (decimal): -5068548 or 16558258. OLE color: 16558258.
HSL color Cylindrical-coordinate representation of color #B2A8FC: hue angle of 247.14º 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 #B2A8FC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 168 | 252 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.01 |
| HSL | 247.14º | 0.93% | 0.82% | - |
| HSV(B) | 247.14º | 0.33% | 0.99% | - |
| XYZ | 49.93 | 44.5 | 98.05 | - |
| YUV | 180.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 252 | 0.29 | 0.33 | 0 | 0.01 | 247.14 | 0.93 | 0.82 |
| Hex | B2 | A8 | FC | 1D | 21 | 0 | 1 | F7 | 5D | 52 |
| Octal | 262 | 250 | 374 | 35 | 41 | 0 | 1 | 367 | 135 | 122 |
| Binary | 10110010 | 10101000 | 11111100 | 11101 | 100001 | 0 | 1 | 11110111 | 1011101 | 1010010 |
Color Harmonies of #B2A8FC
Complementary color
Monochromatic Colors of #B2A8FC
Black with #B2A8FC
Text Example
Text Example
White with #B2A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A8FC; }
p { color: rgb(178,168,252); }
H1.HeaderClassName
{
color: #B2A8FC;
}
.AnyTagClassName
{
color: #B2A8FC;
}
</style>
background-color css
<style>
a { background-color: #B2A8FC; }
a { background-color: rgb(178,168,252); }
div.DivClassName
{
background-color: #B2A8FC;
}
.BgClassName
{
background-color: #B2A8FC;
}
</style>
border-color css
<style>
span { border-color: #B2A8FC; }
span { border-color: rgb(178,168,252); }
td.TdClassName
{
border-color: #B2A8FC;
}
.TagClassName
{
border-color: #B2A8FC;
}
</style>