Html Css Color HEX #A7B3BC Heather

📋 copy color: '#A7B3BC'

red 167 ◦ green 179 ◦ blue 188

#A7B3BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #A7B3BC

Tints of Heather #A7B3BC

RGB

 RED value IS 167 (65.63% from 255) = 31.27%

 GREEN value IS 179 (70.31% from 255) = 33.52%

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 31.27%
G = 33.52%
B = 35.21%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A7B3BC (or 0xA7B3BC) is known color: Heather. HEX triplet: A7, B3 and BC. RGB value is (167,179,188). Sum of RGB (Red+Green+Blue) = 167+179+188=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B3BC is #584C43. Grayscale: #B0B0B0. Windows color (decimal): -5786692 or 12366759. OLE color: 12366759.

HSL color Cylindrical-coordinate representation of color #A7B3BC: hue angle of 205.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7B3BC is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 179 188 -
CMYK 0.11 0.05 0 0.26
HSL 205.71º 0.14% 0.7% -
HSV(B) 205.71º 0.11% 0.74% -
XYZ 41.13 44.09 53.92 -
YUV 176.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 167 179 188 0.11 0.05 0 0.26 205.71 0.14 0.7
Hex A7 B3 BC B 5 0 1A CE E 46
Octal 247 263 274 13 5 0 32 316 16 106
Binary 10100111 10110011 10111100 1011 101 0 11010 11001110 1110 1000110

Color Harmonies of #A7B3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B3BC

Black with #A7B3BC

Text Example


Text Example

White with #A7B3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B3BC; }

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

 H1.HeaderClassName
 {
   color: #A7B3BC;
 }
 .AnyTagClassName
 {
   color: #A7B3BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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