Html Css Color HEX #A8B5BE Heather

📋 copy color: '#A8B5BE'

red 168 ◦ green 181 ◦ blue 190

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

Shades of Heather #A8B5BE

Tints of Heather #A8B5BE

RGB

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

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

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

R = 31.17%
G = 33.58%
B = 35.25%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8B5BE (or 0xA8B5BE) is known color: Heather. HEX triplet: A8, B5 and BE. RGB value is (168,181,190). Sum of RGB (Red+Green+Blue) = 168+181+190=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5BE is #574A41. Grayscale: #B2B2B2. Windows color (decimal): -5720642 or 12498344. OLE color: 12498344.

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

Color convert

RGB 168 181 190 -
CMYK 0.12 0.05 0 0.25
HSL 204.55º 0.14% 0.7% -
HSV(B) 204.55º 0.12% 0.75% -
XYZ 41.97 45.09 55.21 -
YUV 178.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 168 181 190 0.12 0.05 0 0.25 204.55 0.14 0.7
Hex A8 B5 BE C 5 0 19 CD E 46
Octal 250 265 276 14 5 0 31 315 16 106
Binary 10101000 10110101 10111110 1100 101 0 11001 11001101 1110 1000110

Color Harmonies of #A8B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B5BE

Black with #A8B5BE

Text Example


Text Example

White with #A8B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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