#A5BCE8

Color #A5BCE8 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A5BCE8

Tints of Perano #A5BCE8

Color information

#A5BCE8 (or 0xA5BCE8) is unknown color: approx Perano. HEX triplet: A5, BC and E8. RGB value is (165,188,232). Sum of RGB (Red+Green+Blue) = 165+188+232=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5BCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCE8 is #5A4317. Grayscale: #B9B9B9. Windows color (decimal): -5915416 or 15252645. OLE color: 15252645.

HSL color Cylindrical-coordinate representation of color #A5BCE8: hue angle of 219.4º degrees, saturation: 0.59, 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 #A5BCE8 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165188232-
CMYK0.290.1900.09
HSL219.4º59.29%77.84%-
HSV(B)219.4º28.88%90.98%-
XYZ48.0749.7983.42-
YUV186.14153.88112.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 232 (91.02% from 255) = 39.66%
R=28.21%
G=32.14%
B=39.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651882320.290.1900.09219.459.2977.84
HexA5BCE81D1309db3b4e
Octal245274350352301133373116
Binary101001011011110011101000111011001101001110110111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCE8; }

 p { color: rgb(165,188,232); }

 H1.HeaderClassName
 {
   color: #A5BCE8;
 }
 .AnyTagClassName
 {
   color: #A5BCE8;
 }
</style>
background-color css

<style>
 a { background-color: #A5BCE8; }

 a { background-color: rgb(165,188,232); }

 div.DivClassName
 {
   background-color: #A5BCE8;
 }
 .BgClassName
 {
   background-color: #A5BCE8;
 }
</style>
border-color css

<style>
 span { border-color: #A5BCE8; }

 span { border-color: rgb(165,188,232); }

 td.TdClassName
 {
   border-color: #A5BCE8;
 }
 .TagClassName
 {
   border-color: #A5BCE8;
 }
</style>