Html Css Color HEX #A4BACA Heather

📋 copy color: '#A4BACA'

red 164 ◦ green 186 ◦ blue 202

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

Shades of Heather #A4BACA

Tints of Heather #A4BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 29.71%
G = 33.7%
B = 36.59%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A4BACA (or 0xA4BACA) is known color: Heather. HEX triplet: A4, BA and CA. RGB value is (164,186,202). Sum of RGB (Red+Green+Blue) = 164+186+202=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACA is #5B4535. Grayscale: #B5B5B5. Windows color (decimal): -5981494 or 13286052. OLE color: 13286052.

HSL color Cylindrical-coordinate representation of color #A4BACA: hue angle of 205.26º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4BACA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 186 202 -
CMYK 0.19 0.08 0 0.21
HSL 205.26º 0.26% 0.72% -
HSV(B) 205.26º 0.19% 0.79% -
XYZ 43.53 47.27 62.71 -
YUV 181.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 164 186 202 0.19 0.08 0 0.21 205.26 0.26 0.72
Hex A4 BA CA 13 8 0 15 CD 1A 48
Octal 244 272 312 23 10 0 25 315 32 110
Binary 10100100 10111010 11001010 10011 1000 0 10101 11001101 11010 1001000

Color Harmonies of #A4BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BACA

Black with #A4BACA

Text Example


Text Example

White with #A4BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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