Shades of Perano #B1ADEC
Tints of Perano #B1ADEC
RGB
CMYK
RGB Variations
Color information
#B1ADEC (or 0xB1ADEC) is known color: Perano. HEX triplet: B1, AD and EC. RGB value is (177,173,236). Sum of RGB (Red+Green+Blue) = 177+173+236=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADEC is #4E5213. Grayscale: #B5B5B5. Windows color (decimal): -5132820 or 15510961. OLE color: 15510961.
HSL color Cylindrical-coordinate representation of color #B1ADEC: hue angle of 243.81º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1ADEC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 173 | 236 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.07 |
| HSL | 243.81º | 0.62% | 0.8% | - |
| HSV(B) | 243.81º | 0.27% | 0.93% | - |
| XYZ | 48.22 | 45.29 | 85.56 | - |
| YUV | 181.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 236 | 0.25 | 0.27 | 0 | 0.07 | 243.81 | 0.62 | 0.8 |
| Hex | B1 | AD | EC | 19 | 1B | 0 | 7 | F4 | 3E | 50 |
| Octal | 261 | 255 | 354 | 31 | 33 | 0 | 7 | 364 | 76 | 120 |
| Binary | 10110001 | 10101101 | 11101100 | 11001 | 11011 | 0 | 111 | 11110100 | 111110 | 1010000 |
Color Harmonies of #B1ADEC
Complementary color
Monochromatic Colors of #B1ADEC
Black with #B1ADEC
Text Example
Text Example
White with #B1ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADEC; }
p { color: rgb(177,173,236); }
H1.HeaderClassName
{
color: #B1ADEC;
}
.AnyTagClassName
{
color: #B1ADEC;
}
</style>
background-color css
<style>
a { background-color: #B1ADEC; }
a { background-color: rgb(177,173,236); }
div.DivClassName
{
background-color: #B1ADEC;
}
.BgClassName
{
background-color: #B1ADEC;
}
</style>
border-color css
<style>
span { border-color: #B1ADEC; }
span { border-color: rgb(177,173,236); }
td.TdClassName
{
border-color: #B1ADEC;
}
.TagClassName
{
border-color: #B1ADEC;
}
</style>