Shades of Perano #B3BAFD
Tints of Perano #B3BAFD
RGB
CMYK
RGB Variations
Color information
#B3BAFD (or 0xB3BAFD) is known color: Perano. HEX triplet: B3, BA and FD. RGB value is (179,186,253). Sum of RGB (Red+Green+Blue) = 179+186+253=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BAFD is #4C4502. Grayscale: #BFBFBF. Windows color (decimal): -4998403 or 16628403. OLE color: 16628403.
HSL color Cylindrical-coordinate representation of color #B3BAFD: hue angle of 234.32º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3BAFD is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 186 | 253 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.01 |
| HSL | 234.32º | 0.95% | 0.85% | - |
| HSV(B) | 234.32º | 0.29% | 0.99% | - |
| XYZ | 53.88 | 51.79 | 100.09 | - |
| YUV | 191.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 253 | 0.29 | 0.26 | 0 | 0.01 | 234.32 | 0.95 | 0.85 |
| Hex | B3 | BA | FD | 1D | 1A | 0 | 1 | EA | 5F | 55 |
| Octal | 263 | 272 | 375 | 35 | 32 | 0 | 1 | 352 | 137 | 125 |
| Binary | 10110011 | 10111010 | 11111101 | 11101 | 11010 | 0 | 1 | 11101010 | 1011111 | 1010101 |
Color Harmonies of #B3BAFD
Complementary color
Monochromatic Colors of #B3BAFD
Black with #B3BAFD
Text Example
Text Example
White with #B3BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BAFD; }
p { color: rgb(179,186,253); }
H1.HeaderClassName
{
color: #B3BAFD;
}
.AnyTagClassName
{
color: #B3BAFD;
}
</style>
background-color css
<style>
a { background-color: #B3BAFD; }
a { background-color: rgb(179,186,253); }
div.DivClassName
{
background-color: #B3BAFD;
}
.BgClassName
{
background-color: #B3BAFD;
}
</style>
border-color css
<style>
span { border-color: #B3BAFD; }
span { border-color: rgb(179,186,253); }
td.TdClassName
{
border-color: #B3BAFD;
}
.TagClassName
{
border-color: #B3BAFD;
}
</style>