Html Css Color HEX #A4B7BF Heather

📋 copy color: '#A4B7BF'

red 164 ◦ green 183 ◦ blue 191

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

Shades of Heather #A4B7BF

Tints of Heather #A4B7BF

RGB

 RED value IS 164 (64.45% from 255) = 30.48%

 GREEN value IS 183 (71.88% from 255) = 34.01%

 BLUE value IS 191 (75% from 255) = 35.5%

R = 30.48%
G = 34.01%
B = 35.5%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A4B7BF (or 0xA4B7BF) is known color: Heather. HEX triplet: A4, B7 and BF. RGB value is (164,183,191). Sum of RGB (Red+Green+Blue) = 164+183+191=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7BF is #5B4840. Grayscale: #B2B2B2. Windows color (decimal): -5982273 or 12564388. OLE color: 12564388.

HSL color Cylindrical-coordinate representation of color #A4B7BF: hue angle of 197.78º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B7BF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 183 191 -
CMYK 0.14 0.04 0 0.25
HSL 197.78º 0.17% 0.7% -
HSV(B) 197.78º 0.14% 0.75% -
XYZ 41.65 45.52 55.88 -
YUV 178.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 164 183 191 0.14 0.04 0 0.25 197.78 0.17 0.7
Hex A4 B7 BF E 4 0 19 C6 11 46
Octal 244 267 277 16 4 0 31 306 21 106
Binary 10100100 10110111 10111111 1110 100 0 11001 11000110 10001 1000110

Color Harmonies of #A4B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B7BF

Black with #A4B7BF

Text Example


Text Example

White with #A4B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B7BF; }

 p { color: rgb(164,183,191); }

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

background-color css

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

 a { background-color: rgb(164,183,191); }

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

border-color css

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

 span { border-color: rgb(164,183,191); }

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