Html Css Color HEX #A7B2BC Heather

📋 copy color: '#A7B2BC'

red 167 ◦ green 178 ◦ blue 188

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

Shades of Heather #A7B2BC

Tints of Heather #A7B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.4%

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

R = 31.33%
G = 33.4%
B = 35.27%

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

#A7B2BC (or 0xA7B2BC) is known color: Heather. HEX triplet: A7, B2 and BC. RGB value is (167,178,188). Sum of RGB (Red+Green+Blue) = 167+178+188=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B2BC is #584D43. Grayscale: #AFAFAF. Windows color (decimal): -5786948 or 12366503. OLE color: 12366503.

HSL color Cylindrical-coordinate representation of color #A7B2BC: hue angle of 208.57º 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 #A7B2BC is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 178 188 -
CMYK 0.11 0.05 0 0.26
HSL 208.57º 0.14% 0.7% -
HSV(B) 208.57º 0.11% 0.74% -
XYZ 40.93 43.69 53.85 -
YUV 175.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 167 178 188 0.11 0.05 0 0.26 208.57 0.14 0.7
Hex A7 B2 BC B 5 0 1A D1 E 46
Octal 247 262 274 13 5 0 32 321 16 106
Binary 10100111 10110010 10111100 1011 101 0 11010 11010001 1110 1000110

Color Harmonies of #A7B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B2BC

Black with #A7B2BC

Text Example


Text Example

White with #A7B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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