Html Css Color HEX #A8B6BD Heather

📋 copy color: '#A8B6BD'

red 168 ◦ green 182 ◦ blue 189

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

Shades of Heather #A8B6BD

Tints of Heather #A8B6BD

RGB

 RED value IS 168 (66.02% from 255) = 31.17%

 GREEN value IS 182 (71.48% from 255) = 33.77%

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

R = 31.17%
G = 33.77%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A8B6BD (or 0xA8B6BD) is known color: Heather. HEX triplet: A8, B6 and BD. RGB value is (168,182,189). Sum of RGB (Red+Green+Blue) = 168+182+189=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8B6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B6BD is #574942. Grayscale: #B2B2B2. Windows color (decimal): -5720387 or 12433064. OLE color: 12433064.

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

Color convert

RGB 168 182 189 -
CMYK 0.11 0.04 0 0.26
HSL 200º 0.14% 0.7% -
HSV(B) 200º 0.11% 0.74% -
XYZ 42.06 45.45 54.7 -
YUV 178.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 168 182 189 0.11 0.04 0 0.26 200 0.14 0.7
Hex A8 B6 BD B 4 0 1A C8 E 46
Octal 250 266 275 13 4 0 32 310 16 106
Binary 10101000 10110110 10111101 1011 100 0 11010 11001000 1110 1000110

Color Harmonies of #A8B6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B6BD

Black with #A8B6BD

Text Example


Text Example

White with #A8B6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B6BD; }

 p { color: rgb(168,182,189); }

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

background-color css

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

 a { background-color: rgb(168,182,189); }

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

border-color css

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

 span { border-color: rgb(168,182,189); }

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