Html Css Color HEX #A7B5BD Heather

📋 copy color: '#A7B5BD'

red 167 ◦ green 181 ◦ blue 189

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

Shades of Heather #A7B5BD

Tints of Heather #A7B5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 31.1%
G = 33.71%
B = 35.2%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A7B5BD (or 0xA7B5BD) is known color: Heather. HEX triplet: A7, B5 and BD. RGB value is (167,181,189). Sum of RGB (Red+Green+Blue) = 167+181+189=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B5BD is #584A42. Grayscale: #B1B1B1. Windows color (decimal): -5786179 or 12432807. OLE color: 12432807.

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

Color convert

RGB 167 181 189 -
CMYK 0.12 0.04 0 0.26
HSL 201.82º 0.14% 0.7% -
HSV(B) 201.82º 0.12% 0.74% -
XYZ 41.65 44.94 54.62 -
YUV 177.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 167 181 189 0.12 0.04 0 0.26 201.82 0.14 0.7
Hex A7 B5 BD C 4 0 1A CA E 46
Octal 247 265 275 14 4 0 32 312 16 106
Binary 10100111 10110101 10111101 1100 100 0 11010 11001010 1110 1000110

Color Harmonies of #A7B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B5BD

Black with #A7B5BD

Text Example


Text Example

White with #A7B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B5BD; }

 p { color: rgb(167,181,189); }

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

background-color css

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

 a { background-color: rgb(167,181,189); }

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

border-color css

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

 span { border-color: rgb(167,181,189); }

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