#A5BCED

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

Shades of Perano #A5BCED

Tints of Perano #A5BCED

Color information

#A5BCED (or 0xA5BCED) is unknown color: approx Perano. HEX triplet: A5, BC and ED. RGB value is (165,188,237). Sum of RGB (Red+Green+Blue) = 165+188+237=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 188 (73.83% from 255 or 31.86% 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 #A5BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCED is #5A4312. Grayscale: #BABABA. Windows color (decimal): -5915411 or 15580325. OLE color: 15580325.

HSL color Cylindrical-coordinate representation of color #A5BCED: hue angle of 220.83º degrees, saturation: 0.67, 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 #A5BCED is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165188237-
CMYK0.300.2100.07
HSL220.83º66.67%78.82%-
HSV(B)220.83º30.38%92.94%-
XYZ48.7950.0887.22-
YUV186.71156.38112.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=27.97%
G=31.86%
B=40.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651882370.300.2100.07220.8366.6778.82
HexA5BCED1E1507dd434f
Octal245274355362507335103117
Binary101001011011110011101101111101010101111101110110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCED; }

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

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

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

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

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

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

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

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