#A6BBBF

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

Shades of Casper #A6BBBF

Tints of Casper #A6BBBF

Color information

#A6BBBF (or 0xA6BBBF) is unknown color: approx Casper. HEX triplet: A6, BB and BF. RGB value is (166,187,191). Sum of RGB (Red+Green+Blue) = 166+187+191=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBBF is #594440. Grayscale: #B5B5B5. Windows color (decimal): -5850177 or 12565414. OLE color: 12565414.

HSL color Cylindrical-coordinate representation of color #A6BBBF: hue angle of 189.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BBBF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166187191-
CMYK0.130.0200.25
HSL189.6º16.34%70%-
HSV(B)189.6º13.09%74.9%-
XYZ42.947.4156.18-
YUV181.18133.54117.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 191 (75% from 255) = 35.11%
R=30.51%
G=34.38%
B=35.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661871910.130.0200.25189.616.3470
HexA6BBBFD2019be1046
Octal24627327715203127620106
Binary10100110101110111011111111011001100110111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBBF; }

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

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

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

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

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

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

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

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