Html Css Color HEX #A8B6BE Heather

📋 copy color: '#A8B6BE'

red 168 ◦ green 182 ◦ blue 190

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

Shades of Heather #A8B6BE

Tints of Heather #A8B6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 31.11%
G = 33.7%
B = 35.19%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8B6BE (or 0xA8B6BE) is known color: Heather. HEX triplet: A8, B6 and BE. RGB value is (168,182,190). Sum of RGB (Red+Green+Blue) = 168+182+190=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B6BE is #574941. Grayscale: #B2B2B2. Windows color (decimal): -5720386 or 12498600. OLE color: 12498600.

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

Color convert

RGB 168 182 190 -
CMYK 0.12 0.04 0 0.25
HSL 201.82º 0.14% 0.7% -
HSV(B) 201.82º 0.12% 0.75% -
XYZ 42.17 45.5 55.27 -
YUV 178.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 168 182 190 0.12 0.04 0 0.25 201.82 0.14 0.7
Hex A8 B6 BE C 4 0 19 CA E 46
Octal 250 266 276 14 4 0 31 312 16 106
Binary 10101000 10110110 10111110 1100 100 0 11001 11001010 1110 1000110

Color Harmonies of #A8B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B6BE

Black with #A8B6BE

Text Example


Text Example

White with #A8B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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