#A7BCCD

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

Shades of Heather #A7BCCD

Tints of Heather #A7BCCD

Color information

#A7BCCD (or 0xA7BCCD) is unknown color: approx Heather. HEX triplet: A7, BC and CD. RGB value is (167,188,205). Sum of RGB (Red+Green+Blue) = 167+188+205=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCCD is #584332. Grayscale: #B7B7B7. Windows color (decimal): -5784371 or 13483175. OLE color: 13483175.

HSL color Cylindrical-coordinate representation of color #A7BCCD: hue angle of 206.84º 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 #A7BCCD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167188205-
CMYK0.190.0800.20
HSL206.84º27.54%72.94%-
HSV(B)206.84º18.54%80.39%-
XYZ44.9448.5964.77-
YUV183.66140.04116.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=29.82%
G=33.57%
B=36.61%

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
Decimal1671882050.190.0800.20206.8427.5472.94
HexA7BCCD138014cf1c49
Octal247274315231002431734111
Binary10100111101111001100110110011100001010011001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCCD; }

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

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

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

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

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

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

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

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