#A6B5BC

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

Shades of Casper #A6B5BC

Tints of Casper #A6B5BC

Color information

#A6B5BC (or 0xA6B5BC) is unknown color: approx Casper. HEX triplet: A6, B5 and BC. RGB value is (166,181,188). Sum of RGB (Red+Green+Blue) = 166+181+188=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5BC is #594A43. Grayscale: #B1B1B1. Windows color (decimal): -5851716 or 12367270. OLE color: 12367270.

HSL color Cylindrical-coordinate representation of color #A6B5BC: hue angle of 199.09º 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 #A6B5BC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166181188-
CMYK0.120.0400.26
HSL199.09º14.1%69.41%-
HSV(B)199.09º11.7%73.73%-
XYZ41.3344.7954.04-
YUV177.31134.03119.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=31.03%
G=33.83%
B=35.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661811880.120.0400.26199.0914.169.41
HexA6B5BCC401Ac7e45
Octal24626527414403230716105
Binary10100110101101011011110011001000110101100011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5BC; }

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

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

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

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

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

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

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

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