Shades of Perano #A6BBEC
Tints of Perano #A6BBEC
RGB
CMYK
RGB Variations
Color information
#A6BBEC (or 0xA6BBEC) is known color: Perano. HEX triplet: A6, BB and EC. RGB value is (166,187,236). Sum of RGB (Red+Green+Blue) = 166+187+236=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBEC is #594413. Grayscale: #BABABA. Windows color (decimal): -5850132 or 15514534. OLE color: 15514534.
HSL color Cylindrical-coordinate representation of color #A6BBEC: hue angle of 222º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6BBEC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 187 | 236 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.07 |
| HSL | 222º | 0.65% | 0.79% | - |
| HSV(B) | 222º | 0.3% | 0.93% | - |
| XYZ | 48.64 | 49.7 | 86.39 | - |
| YUV | 186.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 236 | 0.30 | 0.21 | 0 | 0.07 | 222 | 0.65 | 0.79 |
| Hex | A6 | BB | EC | 1E | 15 | 0 | 7 | DE | 41 | 4F |
| Octal | 246 | 273 | 354 | 36 | 25 | 0 | 7 | 336 | 101 | 117 |
| Binary | 10100110 | 10111011 | 11101100 | 11110 | 10101 | 0 | 111 | 11011110 | 1000001 | 1001111 |
Color Harmonies of #A6BBEC
Complementary color
Monochromatic Colors of #A6BBEC
Black with #A6BBEC
Text Example
Text Example
White with #A6BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBEC; }
p { color: rgb(166,187,236); }
H1.HeaderClassName
{
color: #A6BBEC;
}
.AnyTagClassName
{
color: #A6BBEC;
}
</style>
background-color css
<style>
a { background-color: #A6BBEC; }
a { background-color: rgb(166,187,236); }
div.DivClassName
{
background-color: #A6BBEC;
}
.BgClassName
{
background-color: #A6BBEC;
}
</style>
border-color css
<style>
span { border-color: #A6BBEC; }
span { border-color: rgb(166,187,236); }
td.TdClassName
{
border-color: #A6BBEC;
}
.TagClassName
{
border-color: #A6BBEC;
}
</style>