#A8B4BB

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

Shades of Heather #A8B4BB

Tints of Heather #A8B4BB

Color information

#A8B4BB (or 0xA8B4BB) is unknown color: approx Heather. HEX triplet: A8, B4 and BB. RGB value is (168,180,187). Sum of RGB (Red+Green+Blue) = 168+180+187=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4BB is #574B44. Grayscale: #B1B1B1. Windows color (decimal): -5720901 or 12301480. OLE color: 12301480.

HSL color Cylindrical-coordinate representation of color #A8B4BB: hue angle of 202.11º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8B4BB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168180187-
CMYK0.100.0400.27
HSL202.11º12.26%69.61%-
HSV(B)202.11º10.16%73.33%-
XYZ41.4444.5653.43-
YUV177.21133.52121.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=31.40%
G=33.64%
B=34.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681801870.100.0400.27202.1112.2669.61
HexA8B4BBA401Bcac46
Octal25026427312403331214106
Binary10101000101101001011101110101000110111100101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B4BB; }

 p { color: rgb(168,180,187); }

 H1.HeaderClassName
 {
   color: #A8B4BB;
 }
 .AnyTagClassName
 {
   color: #A8B4BB;
 }
</style>
background-color css

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

 a { background-color: rgb(168,180,187); }

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

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

 span { border-color: rgb(168,180,187); }

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