Shades of Perano #A6BBED
Tints of Perano #A6BBED
RGB
CMYK
RGB Variations
Color information
#A6BBED (or 0xA6BBED) is known color: Perano. HEX triplet: A6, BB and ED. RGB value is (166,187,237). Sum of RGB (Red+Green+Blue) = 166+187+237=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBED is #594412. Grayscale: #BABABA. Windows color (decimal): -5850131 or 15580070. OLE color: 15580070.
HSL color Cylindrical-coordinate representation of color #A6BBED: hue angle of 222.25º degrees, saturation: 0.66, 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 #A6BBED is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 187 | 237 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.07 |
| HSL | 222.25º | 0.66% | 0.79% | - |
| HSV(B) | 222.25º | 0.3% | 0.93% | - |
| XYZ | 48.78 | 49.76 | 87.15 | - |
| YUV | 186.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 237 | 0.30 | 0.21 | 0 | 0.07 | 222.25 | 0.66 | 0.79 |
| Hex | A6 | BB | ED | 1E | 15 | 0 | 7 | DE | 42 | 4F |
| Octal | 246 | 273 | 355 | 36 | 25 | 0 | 7 | 336 | 102 | 117 |
| Binary | 10100110 | 10111011 | 11101101 | 11110 | 10101 | 0 | 111 | 11011110 | 1000010 | 1001111 |
Color Harmonies of #A6BBED
Complementary color
Monochromatic Colors of #A6BBED
Black with #A6BBED
Text Example
Text Example
White with #A6BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBED; }
p { color: rgb(166,187,237); }
H1.HeaderClassName
{
color: #A6BBED;
}
.AnyTagClassName
{
color: #A6BBED;
}
</style>
background-color css
<style>
a { background-color: #A6BBED; }
a { background-color: rgb(166,187,237); }
div.DivClassName
{
background-color: #A6BBED;
}
.BgClassName
{
background-color: #A6BBED;
}
</style>
border-color css
<style>
span { border-color: #A6BBED; }
span { border-color: rgb(166,187,237); }
td.TdClassName
{
border-color: #A6BBED;
}
.TagClassName
{
border-color: #A6BBED;
}
</style>