#A0BCED

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

Shades of Perano #A0BCED

Tints of Perano #A0BCED

Color information

#A0BCED (or 0xA0BCED) is unknown color: approx Perano. HEX triplet: A0, BC and ED. RGB value is (160,188,237). Sum of RGB (Red+Green+Blue) = 160+188+237=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 188 (73.83% from 255 or 32.14% 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 #A0BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCED is #5F4312. Grayscale: #B8B8B8. Windows color (decimal): -6243091 or 15580320. OLE color: 15580320.

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

Color convert

RGB160188237-
CMYK0.320.2100.07
HSL218.18º68.14%77.84%-
HSV(B)218.18º32.49%92.94%-
XYZ47.7749.5587.17-
YUV185.21157.22110.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=27.35%
G=32.14%
B=40.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601882370.320.2100.07218.1868.1477.84
HexA0BCED201507da444e
Octal240274355402507332104116
Binary1010000010111100111011011000001010101111101101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCED; }

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

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

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

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

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

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

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

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