Html Css Color HEX #A4C0CA Heather

📋 copy color: '#A4C0CA'

red 164 ◦ green 192 ◦ blue 202

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

Shades of Heather #A4C0CA

Tints of Heather #A4C0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.41%

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

R = 29.39%
G = 34.41%
B = 36.2%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A4C0CA (or 0xA4C0CA) is known color: Heather. HEX triplet: A4, C0 and CA. RGB value is (164,192,202). Sum of RGB (Red+Green+Blue) = 164+192+202=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0CA is #5B3F35. Grayscale: #B8B8B8. Windows color (decimal): -5979958 or 13287588. OLE color: 13287588.

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

Color convert

RGB 164 192 202 -
CMYK 0.19 0.05 0 0.21
HSL 195.79º 0.26% 0.72% -
HSV(B) 195.79º 0.19% 0.79% -
XYZ 44.82 49.86 63.14 -
YUV 184.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 164 192 202 0.19 0.05 0 0.21 195.79 0.26 0.72
Hex A4 C0 CA 13 5 0 15 C4 1A 48
Octal 244 300 312 23 5 0 25 304 32 110
Binary 10100100 11000000 11001010 10011 101 0 10101 11000100 11010 1001000

Color Harmonies of #A4C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C0CA

Black with #A4C0CA

Text Example


Text Example

White with #A4C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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