#A7BBCD

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

Shades of Heather #A7BBCD

Tints of Heather #A7BBCD

Color information

#A7BBCD (or 0xA7BBCD) is unknown color: approx Heather. HEX triplet: A7, BB and CD. RGB value is (167,187,205). Sum of RGB (Red+Green+Blue) = 167+187+205=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBCD is #584432. Grayscale: #B6B6B6. Windows color (decimal): -5784627 or 13482919. OLE color: 13482919.

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

Color convert

RGB167187205-
CMYK0.190.0900.20
HSL208.42º27.54%72.94%-
HSV(B)208.42º18.54%80.39%-
XYZ44.7348.1664.7-
YUV183.07140.37116.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=29.87%
G=33.45%
B=36.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671872050.190.0900.20208.4227.5472.94
HexA7BBCD139014d01c49
Octal247273315231102432034111
Binary10100111101110111100110110011100101010011010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBCD; }

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

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

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

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

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

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

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

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