Html Css Color HEX #A4BACC Heather

📋 copy color: '#A4BACC'

red 164 ◦ green 186 ◦ blue 204

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

Shades of Heather #A4BACC

Tints of Heather #A4BACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 29.6%
G = 33.57%
B = 36.82%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A4BACC (or 0xA4BACC) is known color: Heather. HEX triplet: A4, BA and CC. RGB value is (164,186,204). Sum of RGB (Red+Green+Blue) = 164+186+204=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #A4BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACC is #5B4533. Grayscale: #B5B5B5. Windows color (decimal): -5981492 or 13417124. OLE color: 13417124.

HSL color Cylindrical-coordinate representation of color #A4BACC: hue angle of 207º degrees, saturation: 0.28, 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 #A4BACC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 186 204 -
CMYK 0.20 0.09 0 0.2
HSL 207º 0.28% 0.72% -
HSV(B) 207º 0.2% 0.8% -
XYZ 43.77 47.37 63.96 -
YUV 181.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 164 186 204 0.20 0.09 0 0.2 207 0.28 0.72
Hex A4 BA CC 14 9 0 14 CF 1C 48
Octal 244 272 314 24 11 0 24 317 34 110
Binary 10100100 10111010 11001100 10100 1001 0 10100 11001111 11100 1001000

Color Harmonies of #A4BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BACC

Black with #A4BACC

Text Example


Text Example

White with #A4BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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