Shades of Perano #B3B5F1
Tints of Perano #B3B5F1
RGB
CMYK
RGB Variations
Color information
#B3B5F1 (or 0xB3B5F1) is known color: Perano. HEX triplet: B3, B5 and F1. RGB value is (179,181,241). Sum of RGB (Red+Green+Blue) = 179+181+241=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3B5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B5F1 is #4C4A0E. Grayscale: #BABABA. Windows color (decimal): -4999695 or 15840691. OLE color: 15840691.
HSL color Cylindrical-coordinate representation of color #B3B5F1: hue angle of 238.06º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3B5F1 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 181 | 241 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.05 |
| HSL | 238.06º | 0.69% | 0.82% | - |
| HSV(B) | 238.06º | 0.26% | 0.95% | - |
| XYZ | 50.99 | 48.98 | 89.99 | - |
| YUV | 187.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 181 | 241 | 0.26 | 0.25 | 0 | 0.05 | 238.06 | 0.69 | 0.82 |
| Hex | B3 | B5 | F1 | 1A | 19 | 0 | 5 | EE | 45 | 52 |
| Octal | 263 | 265 | 361 | 32 | 31 | 0 | 5 | 356 | 105 | 122 |
| Binary | 10110011 | 10110101 | 11110001 | 11010 | 11001 | 0 | 101 | 11101110 | 1000101 | 1010010 |
Color Harmonies of #B3B5F1
Complementary color
Monochromatic Colors of #B3B5F1
Black with #B3B5F1
Text Example
Text Example
White with #B3B5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B5F1; }
p { color: rgb(179,181,241); }
H1.HeaderClassName
{
color: #B3B5F1;
}
.AnyTagClassName
{
color: #B3B5F1;
}
</style>
background-color css
<style>
a { background-color: #B3B5F1; }
a { background-color: rgb(179,181,241); }
div.DivClassName
{
background-color: #B3B5F1;
}
.BgClassName
{
background-color: #B3B5F1;
}
</style>
border-color css
<style>
span { border-color: #B3B5F1; }
span { border-color: rgb(179,181,241); }
td.TdClassName
{
border-color: #B3B5F1;
}
.TagClassName
{
border-color: #B3B5F1;
}
</style>