#A7BDC8

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

Shades of Heather #A7BDC8

Tints of Heather #A7BDC8

Color information

#A7BDC8 (or 0xA7BDC8) is unknown color: approx Heather. HEX triplet: A7, BD and C8. RGB value is (167,189,200). Sum of RGB (Red+Green+Blue) = 167+189+200=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 189 (74.22% from 255 or 33.99% 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 #A7BDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDC8 is #584237. Grayscale: #B7B7B7. Windows color (decimal): -5784120 or 13155751. OLE color: 13155751.

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

Color convert

RGB167189200-
CMYK0.160.0600.22
HSL200º23.08%71.96%-
HSV(B)200º16.5%78.43%-
XYZ44.5648.7861.71-
YUV183.68137.21116.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.04%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=30.04%
G=33.99%
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
Decimal1671892000.160.0600.2220023.0871.96
HexA7BDC8106016c81748
Octal24727531020602631027110
Binary1010011110111101110010001000011001011011001000101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDC8; }

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

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

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

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

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

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

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

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