#A8B5BE

Color #A8B5BE Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #A8B5BE

Tints of Heather #A8B5BE

Color information

#A8B5BE (or 0xA8B5BE) is unknown color: approx 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

RGB168181190-
CMYK0.120.0500.25
HSL204.55º14.47%70.2%-
HSV(B)204.55º11.58%74.51%-
XYZ41.9745.0955.21-
YUV178.14134.69120.77-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681811900.120.0500.25204.5514.4770.2
HexA8B5BEC5019cde46
Octal25026527614503131516106
Binary10101000101101011011111011001010110011100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>