Html Css Color HEX #A6B4BD Heather

📋 copy color: '#A6B4BD'

red 166 ◦ green 180 ◦ blue 189

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

Shades of Heather #A6B4BD

Tints of Heather #A6B4BD

RGB

 RED value IS 166 (65.23% from 255) = 31.03%

 GREEN value IS 180 (70.7% from 255) = 33.64%

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

R = 31.03%
G = 33.64%
B = 35.33%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A6B4BD (or 0xA6B4BD) is known color: Heather. HEX triplet: A6, B4 and BD. RGB value is (166,180,189). Sum of RGB (Red+Green+Blue) = 166+180+189=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #A6B4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4BD is #594B42. Grayscale: #B0B0B0. Windows color (decimal): -5851971 or 12432550. OLE color: 12432550.

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

Color convert

RGB 166 180 189 -
CMYK 0.12 0.05 0 0.26
HSL 203.48º 0.15% 0.7% -
HSV(B) 203.48º 0.12% 0.74% -
XYZ 41.23 44.42 54.55 -
YUV 176.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 166 180 189 0.12 0.05 0 0.26 203.48 0.15 0.7
Hex A6 B4 BD C 5 0 1A CB F 46
Octal 246 264 275 14 5 0 32 313 17 106
Binary 10100110 10110100 10111101 1100 101 0 11010 11001011 1111 1000110

Color Harmonies of #A6B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B4BD

Black with #A6B4BD

Text Example


Text Example

White with #A6B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B4BD; }

 p { color: rgb(166,180,189); }

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

background-color css

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

 a { background-color: rgb(166,180,189); }

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

border-color css

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

 span { border-color: rgb(166,180,189); }

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