Shades of Perano #B4B0F3
Tints of Perano #B4B0F3
RGB
CMYK
RGB Variations
Color information
#B4B0F3 (or 0xB4B0F3) is known color: Perano. HEX triplet: B4, B0 and F3. RGB value is (180,176,243). Sum of RGB (Red+Green+Blue) = 180+176+243=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #B4B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4B0F3 is #4B4F0C. Grayscale: #B8B8B8. Windows color (decimal): -4935437 or 15970484. OLE color: 15970484.
HSL color Cylindrical-coordinate representation of color #B4B0F3: hue angle of 243.58º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4B0F3 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 176 | 243 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.05 |
| HSL | 243.58º | 0.74% | 0.82% | - |
| HSV(B) | 243.58º | 0.28% | 0.95% | - |
| XYZ | 50.53 | 47.23 | 91.25 | - |
| YUV | 184.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 243 | 0.26 | 0.28 | 0 | 0.05 | 243.58 | 0.74 | 0.82 |
| Hex | B4 | B0 | F3 | 1A | 1C | 0 | 5 | F4 | 4A | 52 |
| Octal | 264 | 260 | 363 | 32 | 34 | 0 | 5 | 364 | 112 | 122 |
| Binary | 10110100 | 10110000 | 11110011 | 11010 | 11100 | 0 | 101 | 11110100 | 1001010 | 1010010 |
Color Harmonies of #B4B0F3
Complementary color
Monochromatic Colors of #B4B0F3
Black with #B4B0F3
Text Example
Text Example
White with #B4B0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B0F3; }
p { color: rgb(180,176,243); }
H1.HeaderClassName
{
color: #B4B0F3;
}
.AnyTagClassName
{
color: #B4B0F3;
}
</style>
background-color css
<style>
a { background-color: #B4B0F3; }
a { background-color: rgb(180,176,243); }
div.DivClassName
{
background-color: #B4B0F3;
}
.BgClassName
{
background-color: #B4B0F3;
}
</style>
border-color css
<style>
span { border-color: #B4B0F3; }
span { border-color: rgb(180,176,243); }
td.TdClassName
{
border-color: #B4B0F3;
}
.TagClassName
{
border-color: #B4B0F3;
}
</style>