Html Css Color HEX #A4BACD Heather

📋 copy color: '#A4BACD'

red 164 ◦ green 186 ◦ blue 205

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

Shades of Heather #A4BACD

Tints of Heather #A4BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.51%

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 29.55%
G = 33.51%
B = 36.94%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4BACD (or 0xA4BACD) is known color: Heather. HEX triplet: A4, BA and CD. RGB value is (164,186,205). Sum of RGB (Red+Green+Blue) = 164+186+205=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACD is #5B4532. Grayscale: #B5B5B5. Windows color (decimal): -5981491 or 13482660. OLE color: 13482660.

HSL color Cylindrical-coordinate representation of color #A4BACD: hue angle of 207.8º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BACD is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 186 205 -
CMYK 0.2 0.09 0 0.20
HSL 207.8º 0.29% 0.72% -
HSV(B) 207.8º 0.2% 0.8% -
XYZ 43.89 47.42 64.6 -
YUV 181.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 164 186 205 0.2 0.09 0 0.20 207.8 0.29 0.72
Hex A4 BA CD 14 9 0 14 D0 1D 48
Octal 244 272 315 24 11 0 24 320 35 110
Binary 10100100 10111010 11001101 10100 1001 0 10100 11010000 11101 1001000

Color Harmonies of #A4BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BACD

Black with #A4BACD

Text Example


Text Example

White with #A4BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BACD; }

 p { color: rgb(164,186,205); }

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

background-color css

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

 a { background-color: rgb(164,186,205); }

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

border-color css

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

 span { border-color: rgb(164,186,205); }

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