Shades of Perano #A1BBED
Tints of Perano #A1BBED
RGB
CMYK
RGB Variations
Color information
#A1BBED (or 0xA1BBED) is known color: Perano. HEX triplet: A1, BB and ED. RGB value is (161,187,237). Sum of RGB (Red+Green+Blue) = 161+187+237=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBED is #5E4412. Grayscale: #B8B8B8. Windows color (decimal): -6177811 or 15580065. OLE color: 15580065.
HSL color Cylindrical-coordinate representation of color #A1BBED: hue angle of 219.47º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1BBED is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 187 | 237 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.07 |
| HSL | 219.47º | 0.68% | 0.78% | - |
| HSV(B) | 219.47º | 0.32% | 0.93% | - |
| XYZ | 47.75 | 49.23 | 87.11 | - |
| YUV | 184.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 237 | 0.32 | 0.21 | 0 | 0.07 | 219.47 | 0.68 | 0.78 |
| Hex | A1 | BB | ED | 20 | 15 | 0 | 7 | DB | 44 | 4E |
| Octal | 241 | 273 | 355 | 40 | 25 | 0 | 7 | 333 | 104 | 116 |
| Binary | 10100001 | 10111011 | 11101101 | 100000 | 10101 | 0 | 111 | 11011011 | 1000100 | 1001110 |
Color Harmonies of #A1BBED
Complementary color
Monochromatic Colors of #A1BBED
Black with #A1BBED
Text Example
Text Example
White with #A1BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBED; }
p { color: rgb(161,187,237); }
H1.HeaderClassName
{
color: #A1BBED;
}
.AnyTagClassName
{
color: #A1BBED;
}
</style>
background-color css
<style>
a { background-color: #A1BBED; }
a { background-color: rgb(161,187,237); }
div.DivClassName
{
background-color: #A1BBED;
}
.BgClassName
{
background-color: #A1BBED;
}
</style>
border-color css
<style>
span { border-color: #A1BBED; }
span { border-color: rgb(161,187,237); }
td.TdClassName
{
border-color: #A1BBED;
}
.TagClassName
{
border-color: #A1BBED;
}
</style>