Html Css Color HEX #A4B2BC Heather

📋 copy color: '#A4B2BC'

red 164 ◦ green 178 ◦ blue 188

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

Shades of Heather #A4B2BC

Tints of Heather #A4B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

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

R = 30.94%
G = 33.58%
B = 35.47%

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

#A4B2BC (or 0xA4B2BC) is known color: Heather. HEX triplet: A4, B2 and BC. RGB value is (164,178,188). Sum of RGB (Red+Green+Blue) = 164+178+188=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B2BC is #5B4D43. Grayscale: #AEAEAE. Windows color (decimal): -5983556 or 12366500. OLE color: 12366500.

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

Color convert

RGB 164 178 188 -
CMYK 0.13 0.05 0 0.26
HSL 205º 0.15% 0.69% -
HSV(B) 205º 0.13% 0.74% -
XYZ 40.31 43.36 53.82 -
YUV 174.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 164 178 188 0.13 0.05 0 0.26 205 0.15 0.69
Hex A4 B2 BC D 5 0 1A CD F 45
Octal 244 262 274 15 5 0 32 315 17 105
Binary 10100100 10110010 10111100 1101 101 0 11010 11001101 1111 1000101

Color Harmonies of #A4B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B2BC

Black with #A4B2BC

Text Example


Text Example

White with #A4B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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