Shades of Perano #B4B4ED
Tints of Perano #B4B4ED
RGB
CMYK
RGB Variations
Color information
#B4B4ED (or 0xB4B4ED) is known color: Perano. HEX triplet: B4, B4 and ED. RGB value is (180,180,237). Sum of RGB (Red+Green+Blue) = 180+180+237=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4B4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B4ED is #4B4B12. Grayscale: #BABABA. Windows color (decimal): -4934419 or 15578292. OLE color: 15578292.
HSL color Cylindrical-coordinate representation of color #B4B4ED: hue angle of 240º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4B4ED is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 180 | 237 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.07 |
| HSL | 240º | 0.61% | 0.82% | - |
| HSV(B) | 240º | 0.24% | 0.93% | - |
| XYZ | 50.43 | 48.46 | 86.82 | - |
| YUV | 186.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 180 | 237 | 0.24 | 0.24 | 0 | 0.07 | 240 | 0.61 | 0.82 |
| Hex | B4 | B4 | ED | 18 | 18 | 0 | 7 | F0 | 3D | 52 |
| Octal | 264 | 264 | 355 | 30 | 30 | 0 | 7 | 360 | 75 | 122 |
| Binary | 10110100 | 10110100 | 11101101 | 11000 | 11000 | 0 | 111 | 11110000 | 111101 | 1010010 |
Color Harmonies of #B4B4ED
Complementary color
Monochromatic Colors of #B4B4ED
Black with #B4B4ED
Text Example
Text Example
White with #B4B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B4ED; }
p { color: rgb(180,180,237); }
H1.HeaderClassName
{
color: #B4B4ED;
}
.AnyTagClassName
{
color: #B4B4ED;
}
</style>
background-color css
<style>
a { background-color: #B4B4ED; }
a { background-color: rgb(180,180,237); }
div.DivClassName
{
background-color: #B4B4ED;
}
.BgClassName
{
background-color: #B4B4ED;
}
</style>
border-color css
<style>
span { border-color: #B4B4ED; }
span { border-color: rgb(180,180,237); }
td.TdClassName
{
border-color: #B4B4ED;
}
.TagClassName
{
border-color: #B4B4ED;
}
</style>