#A6BCC1

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

Shades of Casper #A6BCC1

Tints of Casper #A6BCC1

Color information

#A6BCC1 (or 0xA6BCC1) is unknown color: approx Casper. HEX triplet: A6, BC and C1. RGB value is (166,188,193). Sum of RGB (Red+Green+Blue) = 166+188+193=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCC1 is #59433E. Grayscale: #B5B5B5. Windows color (decimal): -5849919 or 12696742. OLE color: 12696742.

HSL color Cylindrical-coordinate representation of color #A6BCC1: hue angle of 191.11º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6BCC1 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166188193-
CMYK0.140.0300.24
HSL191.11º17.88%70.39%-
HSV(B)191.11º13.99%75.69%-
XYZ43.3347.9257.42-
YUV181.99134.21116.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=30.35%
G=34.37%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661881930.140.0300.24191.1117.8870.39
HexA6BCC1E3018bf1246
Octal24627430116303027722106
Binary10100110101111001100000111101101100010111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCC1; }

 p { color: rgb(166,188,193); }

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

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

 a { background-color: rgb(166,188,193); }

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

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

 span { border-color: rgb(166,188,193); }

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