#A7BDCD

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

Shades of Heather #A7BDCD

Tints of Heather #A7BDCD

Color information

#A7BDCD (or 0xA7BDCD) is unknown color: approx Heather. HEX triplet: A7, BD and CD. RGB value is (167,189,205). Sum of RGB (Red+Green+Blue) = 167+189+205=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDCD is #584232. Grayscale: #B8B8B8. Windows color (decimal): -5784115 or 13483431. OLE color: 13483431.

HSL color Cylindrical-coordinate representation of color #A7BDCD: hue angle of 205.26º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7BDCD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167189205-
CMYK0.190.0800.20
HSL205.26º27.54%72.94%-
HSV(B)205.26º18.54%80.39%-
XYZ45.1549.0264.84-
YUV184.25139.71115.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=29.77%
G=33.69%
B=36.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671892050.190.0800.20205.2627.5472.94
HexA7BDCD138014cd1c49
Octal247275315231002431534111
Binary10100111101111011100110110011100001010011001101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDCD; }

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

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

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

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

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

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

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

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