Shades of Perano #B3BBEC
Tints of Perano #B3BBEC
RGB
CMYK
RGB Variations
Color information
#B3BBEC (or 0xB3BBEC) is known color: Perano. HEX triplet: B3, BB and EC. RGB value is (179,187,236). Sum of RGB (Red+Green+Blue) = 179+187+236=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBEC is #4C4413. Grayscale: #BDBDBD. Windows color (decimal): -4998164 or 15514547. OLE color: 15514547.
HSL color Cylindrical-coordinate representation of color #B3BBEC: hue angle of 231.58º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3BBEC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 187 | 236 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.07 |
| HSL | 231.58º | 0.6% | 0.81% | - |
| HSV(B) | 231.58º | 0.24% | 0.93% | - |
| XYZ | 51.5 | 51.18 | 86.52 | - |
| YUV | 190.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 236 | 0.24 | 0.21 | 0 | 0.07 | 231.58 | 0.6 | 0.81 |
| Hex | B3 | BB | EC | 18 | 15 | 0 | 7 | E8 | 3C | 51 |
| Octal | 263 | 273 | 354 | 30 | 25 | 0 | 7 | 350 | 74 | 121 |
| Binary | 10110011 | 10111011 | 11101100 | 11000 | 10101 | 0 | 111 | 11101000 | 111100 | 1010001 |
Color Harmonies of #B3BBEC
Complementary color
Monochromatic Colors of #B3BBEC
Black with #B3BBEC
Text Example
Text Example
White with #B3BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBEC; }
p { color: rgb(179,187,236); }
H1.HeaderClassName
{
color: #B3BBEC;
}
.AnyTagClassName
{
color: #B3BBEC;
}
</style>
background-color css
<style>
a { background-color: #B3BBEC; }
a { background-color: rgb(179,187,236); }
div.DivClassName
{
background-color: #B3BBEC;
}
.BgClassName
{
background-color: #B3BBEC;
}
</style>
border-color css
<style>
span { border-color: #B3BBEC; }
span { border-color: rgb(179,187,236); }
td.TdClassName
{
border-color: #B3BBEC;
}
.TagClassName
{
border-color: #B3BBEC;
}
</style>