#A0BDC1

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

Shades of Casper #A0BDC1

Tints of Casper #A0BDC1

Color information

#A0BDC1 (or 0xA0BDC1) is unknown color: approx Casper. HEX triplet: A0, BD and C1. RGB value is (160,189,193). Sum of RGB (Red+Green+Blue) = 160+189+193=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #A0BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDC1 is #5F423E. Grayscale: #B4B4B4. Windows color (decimal): -6242879 or 12696992. OLE color: 12696992.

HSL color Cylindrical-coordinate representation of color #A0BDC1: hue angle of 187.27º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0BDC1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160189193-
CMYK0.170.0200.24
HSL187.27º21.02%69.22%-
HSV(B)187.27º17.1%75.69%-
XYZ42.3247.7257.43-
YUV180.78134.89113.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=29.52%
G=34.87%
B=35.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601891930.170.0200.24187.2721.0269.22
HexA0BDC1112018bb1545
Octal24027530121203027325105
Binary101000001011110111000001100011001100010111011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDC1; }

 p { color: rgb(160,189,193); }

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

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

 a { background-color: rgb(160,189,193); }

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

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

 span { border-color: rgb(160,189,193); }

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