#A5B4BC

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

Shades of Heather #A5B4BC

Tints of Heather #A5B4BC

Color information

#A5B4BC (or 0xA5B4BC) is unknown color: approx Heather. HEX triplet: A5, B4 and BC. RGB value is (165,180,188). Sum of RGB (Red+Green+Blue) = 165+180+188=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4BC is #5A4B43. Grayscale: #B0B0B0. Windows color (decimal): -5917508 or 12367013. OLE color: 12367013.

HSL color Cylindrical-coordinate representation of color #A5B4BC: hue angle of 200.87º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B4BC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165180188-
CMYK0.120.0400.26
HSL200.87º14.65%69.22%-
HSV(B)200.87º12.23%73.73%-
XYZ40.9244.2753.97-
YUV176.43134.53119.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=30.96%
G=33.77%
B=35.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651801880.120.0400.26200.8714.6569.22
HexA5B4BCC401Ac9f45
Octal24526427414403231117105
Binary10100101101101001011110011001000110101100100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B4BC; }

 p { color: rgb(165,180,188); }

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

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

 a { background-color: rgb(165,180,188); }

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

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

 span { border-color: rgb(165,180,188); }

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