#A8BCC8

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

Shades of Heather #A8BCC8

Tints of Heather #A8BCC8

Color information

#A8BCC8 (or 0xA8BCC8) is unknown color: approx Heather. HEX triplet: A8, BC and C8. RGB value is (168,188,200). Sum of RGB (Red+Green+Blue) = 168+188+200=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #A8BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCC8 is #574337. Grayscale: #B7B7B7. Windows color (decimal): -5718840 or 13155496. OLE color: 13155496.

HSL color Cylindrical-coordinate representation of color #A8BCC8: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8BCC8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168188200-
CMYK0.160.0600.22
HSL202.5º22.54%72.16%-
HSV(B)202.5º16%78.43%-
XYZ44.5648.4661.65-
YUV183.39137.37117.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=30.22%
G=33.81%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681882000.160.0600.22202.522.5472.16
HexA8BCC8106016ca1748
Octal25027431020602631227110
Binary1010100010111100110010001000011001011011001010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCC8; }

 p { color: rgb(168,188,200); }

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

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

 a { background-color: rgb(168,188,200); }

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

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

 span { border-color: rgb(168,188,200); }

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