#A0A5CD

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

Shades of Blue Bell #A0A5CD

Tints of Blue Bell #A0A5CD

Color information

#A0A5CD (or 0xA0A5CD) is unknown color: approx Blue Bell. HEX triplet: A0, A5 and CD. RGB value is (160,165,205). Sum of RGB (Red+Green+Blue) = 160+165+205=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5CD is #5F5A32. Grayscale: #A7A7A7. Windows color (decimal): -6249011 or 13477280. OLE color: 13477280.

HSL color Cylindrical-coordinate representation of color #A0A5CD: hue angle of 233.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A5CD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160165205-
CMYK0.220.2000.20
HSL233.33º31.03%71.57%-
HSV(B)233.33º21.95%80.39%-
XYZ38.9738.7963.19-
YUV168.06148.84122.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=30.19%
G=31.13%
B=38.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601652050.220.2000.20233.3331.0371.57
HexA0A5CD1614014e91f48
Octal240245315262402435137110
Binary101000001010010111001101101101010001010011101001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5CD; }

 p { color: rgb(160,165,205); }

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

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

 a { background-color: rgb(160,165,205); }

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

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

 span { border-color: rgb(160,165,205); }

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