Html Css Color HEX #A4B3BC Heather

📋 copy color: '#A4B3BC'

red 164 ◦ green 179 ◦ blue 188

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

Shades of Heather #A4B3BC

Tints of Heather #A4B3BC

RGB

 RED value IS 164 (64.45% from 255) = 30.89%

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 30.89%
G = 33.71%
B = 35.4%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A4B3BC (or 0xA4B3BC) is known color: Heather. HEX triplet: A4, B3 and BC. RGB value is (164,179,188). Sum of RGB (Red+Green+Blue) = 164+179+188=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B3BC is #5B4C43. Grayscale: #AFAFAF. Windows color (decimal): -5983300 or 12366756. OLE color: 12366756.

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

Color convert

RGB 164 179 188 -
CMYK 0.13 0.05 0 0.26
HSL 202.5º 0.15% 0.69% -
HSV(B) 202.5º 0.13% 0.74% -
XYZ 40.51 43.76 53.89 -
YUV 175.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 164 179 188 0.13 0.05 0 0.26 202.5 0.15 0.69
Hex A4 B3 BC D 5 0 1A CA F 45
Octal 244 263 274 15 5 0 32 312 17 105
Binary 10100100 10110011 10111100 1101 101 0 11010 11001010 1111 1000101

Color Harmonies of #A4B3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B3BC

Black with #A4B3BC

Text Example


Text Example

White with #A4B3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B3BC; }

 p { color: rgb(164,179,188); }

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

background-color css

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

 a { background-color: rgb(164,179,188); }

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

border-color css

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

 span { border-color: rgb(164,179,188); }

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