Shades of Perano #A4BCED
Tints of Perano #A4BCED
RGB
CMYK
RGB Variations
Color information
#A4BCED (or 0xA4BCED) is known color: Perano. HEX triplet: A4, BC and ED. RGB value is (164,188,237). Sum of RGB (Red+Green+Blue) = 164+188+237=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCED is #5B4312. Grayscale: #BABABA. Windows color (decimal): -5980947 or 15580324. OLE color: 15580324.
HSL color Cylindrical-coordinate representation of color #A4BCED: hue angle of 220.27º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4BCED is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 188 | 237 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.07 |
| HSL | 220.27º | 0.67% | 0.79% | - |
| HSV(B) | 220.27º | 0.31% | 0.93% | - |
| XYZ | 48.58 | 49.97 | 87.21 | - |
| YUV | 186.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 237 | 0.31 | 0.21 | 0 | 0.07 | 220.27 | 0.67 | 0.79 |
| Hex | A4 | BC | ED | 1F | 15 | 0 | 7 | DC | 43 | 4F |
| Octal | 244 | 274 | 355 | 37 | 25 | 0 | 7 | 334 | 103 | 117 |
| Binary | 10100100 | 10111100 | 11101101 | 11111 | 10101 | 0 | 111 | 11011100 | 1000011 | 1001111 |
Color Harmonies of #A4BCED
Complementary color
Monochromatic Colors of #A4BCED
Black with #A4BCED
Text Example
Text Example
White with #A4BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BCED; }
p { color: rgb(164,188,237); }
H1.HeaderClassName
{
color: #A4BCED;
}
.AnyTagClassName
{
color: #A4BCED;
}
</style>
background-color css
<style>
a { background-color: #A4BCED; }
a { background-color: rgb(164,188,237); }
div.DivClassName
{
background-color: #A4BCED;
}
.BgClassName
{
background-color: #A4BCED;
}
</style>
border-color css
<style>
span { border-color: #A4BCED; }
span { border-color: rgb(164,188,237); }
td.TdClassName
{
border-color: #A4BCED;
}
.TagClassName
{
border-color: #A4BCED;
}
</style>