#A8BDC8

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

Shades of Heather #A8BDC8

Tints of Heather #A8BDC8

Color information

#A8BDC8 (or 0xA8BDC8) is unknown color: approx Heather. HEX triplet: A8, BD and C8. RGB value is (168,189,200). Sum of RGB (Red+Green+Blue) = 168+189+200=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #A8BDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDC8 is #574237. Grayscale: #B7B7B7. Windows color (decimal): -5718584 or 13155752. OLE color: 13155752.

HSL color Cylindrical-coordinate representation of color #A8BDC8: hue angle of 200.62º 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 #A8BDC8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168189200-
CMYK0.160.0600.22
HSL200.62º22.54%72.16%-
HSV(B)200.62º16%78.43%-
XYZ44.7748.8961.72-
YUV183.98137.04116.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=30.16%
G=33.93%
B=35.91%

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
Decimal1681892000.160.0600.22200.6222.5472.16
HexA8BDC8106016c91748
Octal25027531020602631127110
Binary1010100010111101110010001000011001011011001001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDC8; }

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

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

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

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

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

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

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

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