#A7BFCB

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

Shades of Heather #A7BFCB

Tints of Heather #A7BFCB

Color information

#A7BFCB (or 0xA7BFCB) is unknown color: approx Heather. HEX triplet: A7, BF and CB. RGB value is (167,191,203). Sum of RGB (Red+Green+Blue) = 167+191+203=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFCB is #584034. Grayscale: #B9B9B9. Windows color (decimal): -5783605 or 13352871. OLE color: 13352871.

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

Color convert

RGB167191203-
CMYK0.180.0600.20
HSL200º25.71%72.55%-
HSV(B)200º17.73%79.61%-
XYZ45.3549.7963.72-
YUV185.19138.05115.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=29.77%
G=34.05%
B=36.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671912030.180.0600.2020025.7172.55
HexA7BFCB126014c81a49
Octal24727731322602431032111
Binary1010011110111111110010111001011001010011001000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFCB; }

 p { color: rgb(167,191,203); }

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

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

 a { background-color: rgb(167,191,203); }

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

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

 span { border-color: rgb(167,191,203); }

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