#A6B6BC

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

Shades of Casper #A6B6BC

Tints of Casper #A6B6BC

Color information

#A6B6BC (or 0xA6B6BC) is unknown color: approx Casper. HEX triplet: A6, B6 and BC. RGB value is (166,182,188). Sum of RGB (Red+Green+Blue) = 166+182+188=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6BC is #594943. Grayscale: #B1B1B1. Windows color (decimal): -5851460 or 12367526. OLE color: 12367526.

HSL color Cylindrical-coordinate representation of color #A6B6BC: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B6BC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166182188-
CMYK0.120.0300.26
HSL196.36º14.1%69.41%-
HSV(B)196.36º11.7%73.73%-
XYZ41.5345.1954.11-
YUV177.9133.7119.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=30.97%
G=33.96%
B=35.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661821880.120.0300.26196.3614.169.41
HexA6B6BCC301Ac4e45
Octal24626627414303230416105
Binary1010011010110110101111001100110110101100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B6BC; }

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

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

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

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

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

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

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

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