Shades of Perano #A4B8E8
Tints of Perano #A4B8E8
RGB
CMYK
RGB Variations
Color information
#A4B8E8 (or 0xA4B8E8) is known color: Perano. HEX triplet: A4, B8 and E8. RGB value is (164,184,232). Sum of RGB (Red+Green+Blue) = 164+184+232=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4B8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B8E8 is #5B4717. Grayscale: #B7B7B7. Windows color (decimal): -5981976 or 15251620. OLE color: 15251620.
HSL color Cylindrical-coordinate representation of color #A4B8E8: hue angle of 222.35º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4B8E8 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 184 | 232 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.09 |
| HSL | 222.35º | 0.6% | 0.78% | - |
| HSV(B) | 222.35º | 0.29% | 0.91% | - |
| XYZ | 47.02 | 48 | 83.13 | - |
| YUV | 183.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 232 | 0.29 | 0.21 | 0 | 0.09 | 222.35 | 0.6 | 0.78 |
| Hex | A4 | B8 | E8 | 1D | 15 | 0 | 9 | DE | 3C | 4E |
| Octal | 244 | 270 | 350 | 35 | 25 | 0 | 11 | 336 | 74 | 116 |
| Binary | 10100100 | 10111000 | 11101000 | 11101 | 10101 | 0 | 1001 | 11011110 | 111100 | 1001110 |
Color Harmonies of #A4B8E8
Complementary color
Monochromatic Colors of #A4B8E8
Black with #A4B8E8
Text Example
Text Example
White with #A4B8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B8E8; }
p { color: rgb(164,184,232); }
H1.HeaderClassName
{
color: #A4B8E8;
}
.AnyTagClassName
{
color: #A4B8E8;
}
</style>
background-color css
<style>
a { background-color: #A4B8E8; }
a { background-color: rgb(164,184,232); }
div.DivClassName
{
background-color: #A4B8E8;
}
.BgClassName
{
background-color: #A4B8E8;
}
</style>
border-color css
<style>
span { border-color: #A4B8E8; }
span { border-color: rgb(164,184,232); }
td.TdClassName
{
border-color: #A4B8E8;
}
.TagClassName
{
border-color: #A4B8E8;
}
</style>