#A6B4BB

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

Shades of Casper #A6B4BB

Tints of Casper #A6B4BB

Color information

#A6B4BB (or 0xA6B4BB) is unknown color: approx Casper. HEX triplet: A6, B4 and BB. RGB value is (166,180,187). Sum of RGB (Red+Green+Blue) = 166+180+187=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4BB is #594B44. Grayscale: #B0B0B0. Windows color (decimal): -5851973 or 12301478. OLE color: 12301478.

HSL color Cylindrical-coordinate representation of color #A6B4BB: hue angle of 200º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6B4BB is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166180187-
CMYK0.110.0400.27
HSL200º13.38%69.22%-
HSV(B)200º11.23%73.33%-
XYZ41.0244.3453.41-
YUV176.61133.86120.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=31.14%
G=33.77%
B=35.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661801870.110.0400.2720013.3869.22
HexA6B4BBB401Bc8d45
Octal24626427313403331015105
Binary10100110101101001011101110111000110111100100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4BB; }

 p { color: rgb(166,180,187); }

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

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

 a { background-color: rgb(166,180,187); }

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

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

 span { border-color: rgb(166,180,187); }

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